How to use sqlcipher encrypted database with SQLite3

Hi, I have encrypted a plain database with the SQLCipher by following this procedure. But now I cannot find how to use the same Database with SQLite3 in nodejs?