prisma / demo-sveltekit

Demo app for Sveltekit article
13 stars 9 forks source link

Prisma isn't used in Demo #12

Open f0r3n51c6uy opened 1 month ago

f0r3n51c6uy commented 1 month ago

The README of this demo applications states the it was build using Prisma. But this isn't true. In reality the demo application loads the data from the JSON file data.json. Also the package.json doesn't even include prisma or @prisma/client as dependencies.

Question: Was this done on purpose or isn't the demo not yet finished?

I see that there are two other branches (completed) and chore/add-ts which seem to use prisma but are not merged into main, yet.