I have looked at linvodb3 and pouchdb for a project that I am working on. According to http://stackoverflow.com/a/35142175, I cannot access a IndexDB database from CLI directly when created through angular-cli.
Is there a NoSQL database usable in NodeJS/Angular2 app that creates an instance reachable from the CLI and web page without using a server instance?
I need to pre-ship a database with information that will not be updated on the client (at least in the early stages) but allows searching and other database features for a offline document library.
via flamusdiu
No comments:
Post a Comment