Singular or Plural Table Names
Setting up Better-Auth and confused about table naming.
I want to use users, accounts, sessions (like everything else in my stack) but BA seems to expect singular by default.
I see there's usePlural: true for Drizzle adapter and also modelName config, but some GitHub issues (3774) suggest they're buggy?
What are you actually running in production? Singular and just dealing with it? Or is plural working fine for you?
I want to use users, accounts, sessions (like everything else in my stack) but BA seems to expect singular by default.
I see there's usePlural: true for Drizzle adapter and also modelName config, but some GitHub issues (3774) suggest they're buggy?
What are you actually running in production? Singular and just dealing with it? Or is plural working fine for you?