refactor(hyperswitch_domain_models): Remove diesel_models dependency
Open
A-framework
C-refactor
Developer Experience
- Dominant language
- Rust
- Stars
- 43.7k
- Forks
- 5.1k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 205
Description
`hyperswitch_domain_models` currently depends on `diesel_models` crate.
To improve compile time we need to remove this dependency, to allow `diesel_models` and `hyperswitch_domain_models` to compile in parallel. This will also remove the transitive dependency of `hyperswitch_connectors` on `diesel_models`
Contributor guide
Assessment
This issue has not been assessed yet.