Replies: 1 comment
-
No, snake case attribute names is a Rust convention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
here is my command
sea-orm-cli generate entity -o src/entity --with-serde both
generate code like this
you can see it's field name is snake_case
but i want name is camel case
can sea-orm-cli generate model support model field name camel case option ?
Beta Was this translation helpful? Give feedback.
All reactions