
A91
by PROLAB® · API
SQLiteTypeScriptNode.jsPrisma
$39
Prisma listings ship type-safe database access for Postgres, MySQL, and SQLite — the standard ORM for modern TypeScript backends.
11 quality-scored Prisma listings.

Prisma listings usually pair with Next.js or Node + Express. Check that migrations are included in the listing — without them, you're re-deriving the schema. The strongest listings document seed data and include a CI-compatible migration step.
Quality listings always include the prisma/migrations directory. If migrations are missing, you'll need to use prisma db push, which loses migration history.