sea-orm
sea-orm copied to clipboard
feat: add `decimal_crate` flag to `sea-orm-cli` codegen
PR Info
New Features
Adds a new flag decimal_crate
to sea-orm-cli, which enables users to generate entities with either rust_decimal
or big_decimal
crates
Bug Fixes
- [x] The codegen would always generate
decimal
even if working withbig_decimal