You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiSchema is enabled, it's possible to have tables of the same name in different schemas. Right now, prisma-kysely will export the DB interface with duplicate properties.
It would be great to namespace the tables with their schema, such as my_other_schema.example_table. (This is what kysely-codegen does.)
The text was updated successfully, but these errors were encountered:
When multiSchema is enabled, it's possible to have tables of the same name in different schemas. Right now,
prisma-kysely
will export theDB
interface with duplicate properties.It would be great to namespace the tables with their schema, such as
my_other_schema.example_table
. (This is whatkysely-codegen
does.)The text was updated successfully, but these errors were encountered: