Hey folks, I notice the tutorials on connecting to...
# orm-help
t
Hey folks, I notice the tutorials on connecting to an existing database with data is "coming soon" -- are there any examples out there or a work in progress tutorial I can read?
it's just a matter of writing the correct
docker-compose
file 🙂
t
@nilan oh, i assumed prisma had to introspect the database and generate graphql type definitions
n
oh sorry - well technically that is not necessarily required, you can also start out with an existing database that is "empty" or has the correct schema already. But this is of course the minority of cases 🙂 You are right, introspection is a thing and you can learn more about it here: https://www.prisma.io/docs/reference/service-configuration/data-model/introspection-aeb6diethe