Skip to content

Files

prisma

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 20, 2024
Feb 28, 2024
Feb 28, 2024
Mar 15, 2023
Aug 20, 2024
Feb 28, 2024
Aug 20, 2024
Mar 15, 2023
Mar 15, 2023
Aug 20, 2024
Feb 28, 2024
Mar 15, 2023
Aug 9, 2023
Feb 28, 2024
Mar 15, 2023
Feb 28, 2024
Feb 28, 2024
Feb 28, 2024
Feb 28, 2024

Bazel Prisma Example

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.