Does database casing work at all?
In database you can provide object with
db
or dialect
and there is also casing
, but does it work?
When I do npx @better-auth/cli generate
it generates SQL with camelCase, not snake_case, is this broken or I am doing something wrong?2 Replies