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?
@nilan oh, i assumed prisma had to introspect the database and generate graphql type definitions
n
nilan
05/17/2018, 1:22 PM
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