jayralencar / sqlite-cipher.js

Node.js Module to handle encrypted sqlite databases
MIT License
37 stars 12 forks source link

How to work with sequelize? #9

Open wotermelon opened 8 years ago

wotermelon commented 8 years ago

I use an ORM, such as sequelize, and want to encrypt the sqlite at the same time.

how to work

jayralencar commented 8 years ago

Hi. Sqlite-cipher does not work with sequelize. Not yet.

rohit5ram commented 6 years ago

When can it support sequelize?