electron-RxDB
electron-RxDB copied to clipboard
RxDB is a high-performance, observable object store built on top of SQLite & intended for database-driven Electron applications.
Is this project related to the other RxDB project on GitHub seen here?: https://github.com/pubkey/rxdb If not, it maybe is worth considering another name, as currently searches for one return results...
If a model doesnt have searchIndexes property defined _runDatabaseSetup will break with a null reference exception. Ideally i should be able to define a model without a searchIndexes property if...
Currently with NPM you're only shipping the compiled lib folder, not the src folder from which the compilation is made. However the install scripts shipped by default with the library...