SQLCipher and NodeJS

Hi,

I have NodeJS project which uses Sequelize as ORM. Can I integrate SQLCipher into the project as underlying storage for the mentioned ORM?

Thanks!