sea-orm icon indicating copy to clipboard operation
sea-orm copied to clipboard

feat: add `decimal_crate` flag to `sea-orm-cli` codegen

Open ProbablyClem opened this issue 1 year ago • 0 comments

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 with big_decimal

ProbablyClem avatar Jun 11 '23 20:06 ProbablyClem