introspect failing with pscale db
Getting a strange error when running the introspect command. I'm using a connectionString from pscale.
drizzle.config:
- I've included ?ssl={"rejectUnauthorized":true}
script:
"introspect": "drizzle-kit introspect:mysql",
Error:
1 Reply
so, instead of using introspect I created all of the schemas. Now when I db push I get the same error
it also says this, which seems to suggest it has columns but no table?
[⣟] 0 tables fetching
[⣟] 16 columns fetching
[⣟] 0 enums fetching
[⣟] 0 indexes fetching
[⣟] 0 foreign keys fetching
seems related to 0.19.11, I switched to 0.19.1 and its working.
narrowed it down to drizzle-kit: v0.19.6