couchdb/README.md

6 lines
326 B
Markdown
Raw Permalink Normal View History

2025-02-07 00:46:57 +03:00
# CouchDB
2025-01-27 15:38:33 +00:00
2025-02-07 00:46:57 +03:00
Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.
Homepage: https://couchdb.apache.org/