Skip to content

CockroachDB vs lowdb

A side-by-side look at CockroachDB and lowdb. For an in-depth review of either product, follow the links below.

CockroachDB

CockroachDB

Development

CockroachDB is an open-source, distributed SQL database that scales horizontally with high availability to tolerate failures and supports strongly consistent ACID transactions. It aims to provide scalability, survivability, and data consistency across multiple datacenters.

distributedscalablefault-tolerantsql
lowdb

lowdb

Development

lowdb is a small local JSON database for Node.js, Electron and the browser that uses lodash syntax. It supports data persistence, provides simple CRUD operations and requires no dependencies.

jsondatabasenodejslocal-storage

Related Comparisons