You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pouchdb has been a pain since this scanner was first written. The native dependency on leveldown makes packaging rather painful, and api usage isn't the most elegent. We aren't making use of the replication or conflict resolution logic, so pouchdb doesn't give us anything over another library.
Perhaps https://github.com/seald/nedb? It looks to have no native dependencies.
Or something else which I haven't discovered yet
The text was updated successfully, but these errors were encountered:
Whilst researching items for a project that requires a simple local database I found several open source native Javascript/Typescript implemented NoSQL databases. I'm not sure how the features of each maps to the requirements of scanner, so I'm just listing them for those with requisite knowledge to evaluate versus nedb.
Pouchdb has been a pain since this scanner was first written. The native dependency on leveldown makes packaging rather painful, and api usage isn't the most elegent. We aren't making use of the replication or conflict resolution logic, so pouchdb doesn't give us anything over another library.
Perhaps https://github.com/seald/nedb? It looks to have no native dependencies.
Or something else which I haven't discovered yet
The text was updated successfully, but these errors were encountered: