Adapters Follow DB naming conventions #10364
wilkinson4
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I don't understand why an adapter wouldn't follow the database's naming conventions. For example Postgres uses plural snake case table/row names . Maybe I'm an outlier, but it seems like following the DB's defaults and then allowing users to override the conventions if they want to would be a good way to go about it.
Non-Goals
No response
Background
It just feels weird creating these tables in a new project when my instinct is to follow conventions. Do I just camel case all my tables now?
Proposal
I would be willing to change the drizzle adapter's code since that is the one I'm currently using.
Beta Was this translation helpful? Give feedback.
All reactions