Sandbox repository for prisma-field-encryption
- Install dependencies:
$ yarn install
- Run the demo script:
$ yarn dev
-
Inspect the SQLite database (
./prisma/dev.db
) to see encrypted fields. -
Edit
script.ts
to play with the API.