sockthedev
DTDrizzle Team
•Created by sockthedev on 6/19/2024 in #help
Drizzle Kit: How to introspect Postgres DB without creating relations in generated schema?
I've got a monster of target database, with relations all over the show. I'm not interested in have a fully representative schema, and only want to perform read operations against a subset of tables. Using the
tablesFilter
doesn't work as the relations keep wanting to exist, even though the related tables aren't in my tablesFilter
. Can I disable this feature completely?2 replies