Skip to content

paulbuehlerdev/type_orm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the demo

npm install
npm run start

Will create an encrypted DB in ./database/ adding one entry per run

  • after that if you change the encryptionKey in the data-source.ts and re-run the app will see an error
  • opening the DB in smth like SQLite Studio won't work as well

External DB Access

The DB uses sqleet (ChaCha20-Poly1305) encryption by default. So to open it externally there are a few configurations needed.

SQLite Studio

  • Select WxSQLite 3 as the database type
  • For Cipher use ChaCha20-Poly1305

Datagrip / IntelliJ Plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%