Prisma is a Node.js & TypeScript "ORM".
This is a basic example of how to generate the Prisma typescript DB client
(using prisma generate
) and use it in a typescript project.
TODO:
- Run prisma migration to generate migrations.
- Avoid non-hermetic downloads of prisma engines.