Skip to content

franky47/prisma-field-encryption-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox repository for prisma-field-encryption

  1. Install dependencies:
$ yarn install
  1. Run the demo script:
$ yarn dev
  1. Inspect the SQLite database (./prisma/dev.db) to see encrypted fields.

  2. Edit script.ts to play with the API.