yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

Install crypto module through NPM #99

Closed ste2425 closed 8 years ago

ste2425 commented 8 years ago

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.

Manual download isn't really an option.

Many thanks Stephen

yathit commented 8 years ago

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.