Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
I see you can install through NPM with npm install ydn.db is it just the core that this installs?
I was hoping to use this library for its encryption. I use NPM to install my dependencies but when i installed it i see that nothing is encrypted.
In your encryption example the file name contains -crypt whilst the one in the jsc folder in my node modules does not, from that I'm assuming the one installed through either NPM or your GIT repo does not contain the crypto module.
Is there any way to install that module also through NPM? Cloning a GIT repo with NPM is also an option.
Hi @ste2425 Sorry to say that npm is not work out for me. Download the files, compile and feel free to create your own npm package with similar OS license. Thx.
I see you can install through NPM with
npm install ydn.db
is it just the core that this installs?I was hoping to use this library for its encryption. I use NPM to install my dependencies but when i installed it i see that nothing is encrypted.
In your encryption example the file name contains
-crypt
whilst the one in thejsc
folder in my node modules does not, from that I'm assuming the one installed through either NPM or your GIT repo does not contain the crypto module.Is there any way to install that module also through NPM? Cloning a GIT repo with NPM is also an option.
Manual download isn't really an option.
Many thanks Stephen