0 tables fetched when introspecting a postgres database
I granted all permissions to a drizzle user like this
But when I try to introspect with this connection string
I get this
It only fetches enums but no tables, I know there are tables and the user should have access to it
drizzle-kit v0.19.12
1 Reply
the enums are the correct enums that I added so that part makes sense, but it doesn't pull any tables, all i am trying to do is pull a list of tables so I can use drizzle for more complex queries, I don't need any migrations
Bump