CouchDB: Difference between revisions
Jump to navigation
Jump to search
imported>Eric Evers (New page: {{subpages}} CouchDB is a document oriented database extension to the apache web server system. CouchDB supports incremental replication and distributed operation. The whole database is w...) |
imported>Tom Morris No edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
CouchDB is a document oriented database extension to the | '''CouchDB''' is a document-oriented database extension to the [[Apache HTTP Server|Apache web server]]. CouchDB supports incremental replication and distributed operation. The whole database is written in [[Erlang]] using the native distributed Erlang database named mnesia. | ||
The whole database is written in |
Revision as of 05:45, 28 May 2009
CouchDB is a document-oriented database extension to the Apache web server. CouchDB supports incremental replication and distributed operation. The whole database is written in Erlang using the native distributed Erlang database named mnesia.