Need advice about which tool to choose?Ask the StackShare community!

NeDB

37
84
+ 1
0
Pouchdb

142
241
+ 1
6
Add tool

Pouchdb vs NeDB: What are the differences?

Pouchdb: Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser. PouchDB enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login; NeDB: Simple in-app or in-browser pure javascript database. Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency. API is a subset of MongoDB's and it's plenty fast.

Pouchdb and NeDB can be categorized as "Databases" tools.

Some of the features offered by Pouchdb are:

  • Cross browser compatibility
  • Lightweight
  • Easy to learn

On the other hand, NeDB provides the following key features:

  • In-memory datastore
  • Persistent datastore
  • Equivalent of a MongoDB collection

Pouchdb and NeDB are both open source tools. It seems that Pouchdb with 12.3K GitHub stars and 1.24K forks on GitHub has more adoption than NeDB with 10.4K GitHub stars and 701 GitHub forks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of NeDB
Pros of Pouchdb
    Be the first to leave a pro
    • 2
      Offline cache
    • 1
      JSON
    • 1
      Very fast
    • 1
      Free
    • 1
      Repication

    Sign up to add or upvote prosMake informed product decisions

    What is NeDB?

    Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency. API is a subset of MongoDB's and it's plenty fast.

    What is Pouchdb?

    PouchDB enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use NeDB?
    What companies use Pouchdb?
    See which teams inside your own company are using NeDB or Pouchdb.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with NeDB?
    What tools integrate with Pouchdb?
    What are some alternatives to NeDB and Pouchdb?
    LokiJS
    LokiJS is a document oriented database written in javascript, published under MIT License. Its purpose is to store javascript objects as documents in a nosql fashion and retrieve them with a similar mechanism. Runs in node (including cordova/phonegap and node-webkit), nativescript and the browser.
    SQLite
    SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.
    MongoDB
    MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
    LevelDB
    It is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. It has been ported to a variety of Unix-based systems, macOS, Windows, and Android.
    Loki
    Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate, as it does not index the contents of the logs, but rather a set of labels for each log stream.
    See all alternatives