Skip to content
#

sqlcipher

Here are 40 public repositories matching this topic...

rohit5ram
rohit5ram commented Apr 16, 2020
const Sequelize = require("sequelize");
const db = new Sequelize({
    dialect: 'sqlite',
    storage: path.join(process.cwd(), "sample.db"),
    dialectModulePath: '@journeyapps/sqlcipher',
    logging: false,
    define: {
        freezeTableName: true
    }
});
db.query("PRAGMA key = 'password'");

I am not able to open the sample.db file with sqlitebrowser SQLCIPHER 4.
!

Improve this page

Add a description, image, and links to the sqlcipher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlcipher topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.