epicweb-dev / data-modeling

Model and query your data with confidence
https://www.epicweb.dev
Other
155 stars 63 forks source link

prisma installed on exercises node_modules #4

Closed onemen closed 1 year ago

onemen commented 1 year ago

prisma installed on each exercises node_modules

kentcdodds commented 1 year ago

Yes, this is intentional. I want each step to have its own instance so it talks to its own database. That way we don't have to worry about different steps having different migrations applied.