2 个仓库
Database implementations that specifically mimic the CouchDB API for interoperability.
Distinct from Database Protocol Compatibility: Focuses on full API emulation for database compatibility rather than just wire-protocol interoperability.
Explore 2 awesome GitHub repositories matching data & databases · CouchDB API Implementations. Refine with filters or upvote what's useful.
PouchDB is a JavaScript NoSQL document database that runs directly in the browser. It serves as an offline-first data store that allows applications to save state and user data locally using persistent storage. The database is compatible with CouchDB, implementing its API to enable synchronization between browser environments and remote servers. This allows for cross-device data syncing and the development of local-first software that operates without a constant internet connection. The project covers data storage and synchronization capabilities, including the ability to migrate database sc
Implements the CouchDB API to ensure seamless replication between browser and server environments.
PouchDB is a JavaScript NoSQL document store designed to persist JSON data within web browsers or Node.js environments. It functions as an offline-first data store that caches information on a local device and synchronizes with a remote server when connectivity is available. The database implements the CouchDB API to ensure compatibility for bidirectional data replication. This allows for the synchronization of documents between a local client and remote CouchDB servers to maintain consistency across multiple devices. The project provides capabilities for local browser data storage and remot
Implements the CouchDB API to ensure seamless interoperability and synchronization with CouchDB servers.