Closed gislerro closed 3 weeks ago
I just realised after looking at the source that I shouldn't specify --schema A --schema B
in the cli to get what I need... 😅
Great that you solved it! The next version will coincidentally rename --schema
to --default-schema
for extra clarity. 👍
I have multiple schemas
A
andB
that both have a table namedfoo
. Introspecting the database withkysely-codegen
generates two interfaces of the same name:Ideally codegen would respect the schema of the tables (kysely docs):
this functionality is somewhat related to #211
Upvote & Fund