SQLcipher with web app

I’m developing a client application that uses SQlite database. Now I want to abandon SQlite and insert SQLcipher, I’ve seen from the documentation that I can use PHP, but mine, is a client application, so without PHP. Is it possible with Javascript?

Hi @Christian_Conti

Can you provide some additional context regarding the client application, specifically around your current usage of SQLite?