For prisma1 on version 1.34.12, the `npx prisma1 i...
# orm-help
i
For prisma1 on version 1.34.12, the
npx prisma1 introspect
and
npx prisma1 init
both do nothing. I’m using all the correct database connection data (these same connection data work perfectly when using psql to connect). I’m running these both from the same folder where I use
npx prisma1 deploy
successfully daily. When the interactive cli data entry tool reaches the last question (the ssl question) it just seems to quit, return to the cli and leaves no errors, no output and no introspected datamodel file. Any ideas?