Hi, I’m quite new to prisma. Is there any example project using prisma in node.js/express with sqlite?
And not sure if I should create the prisma client only once or in each service files?
a
Austin Zentz
05/05/2022, 1:39 PM
The start from scratch is a decent starting point, you'd need to swap out the postgres instructions for SQLite