CouchDB
C
CouchDB
Definition
An open-source NoSQL document database that uses JSON to store data, JavaScript for queries, and HTTP for its API. CouchDB is designed for reliable, eventual consistency replication between databases, making it well-suited for offline-first and distributed applications.