hi folks i have been trying to do prisma introspec...
# orm-help
s
hi folks i have been trying to do prisma introspect for postgres however what i am seeing is its always picking the public schema is it a known issue
a
Why shouldn't it pick the public schema
s
hi @albinekb we have multiple schemas in our database and i would want to run introspect on a different schema by name "master"
Copy code
$ prisma introspect 
? What kind of database do you want to introspect? PostgreSQL
? Enter database host localhost
? Enter database port 5432
? Enter database user sweekar
? Enter database password 
? Enter name of existing database db_oberoi_stg
? Use SSL? No
? Enter name of existing schema master
a
I see :) don't know why though.
n
@sweekar, does this sound similar: https://github.com/prismagraphql/prisma/issues/2402?
we will take a look at this issue soon.
s
yes its the same
thanks @nilan