Is there a work-in-progress or some more informati...
# orm-help
e
Is there a work-in-progress or some more information on connecting to an existing DB with data? https://www.prisma.io/docs/tutorials/setup-prisma/connect-db-with-data/postgres-chie5yui7r only says 'coming soon'
n
you can run
prisma init
then follow the wizard to connect to an existing postgres database with an existing database schema
we're building the introspection feature for MySQL soon, which is necessary to connect to existing MySQL databases https://github.com/prismagraphql/prisma/issues/2506
e
Thanks, I will look into it! 👍🏻😎