Hi friends i would to introspect my database but i...
# orm-help
k
Hi friends i would to introspect my database but im only interested in a handful of tables (4 or 5). Is there some wway to specify the name of those tables in the
npx prisma db pull
command?
1
r
Hi @Kay Khan 👋 Instrospecting a subset of your database is not yet supported but there is a documented workaround for this. See this reference
k
thank you!
r
You're welcome.
Just for reference, there's also an open issue for this.