CouchDB is a Database
•
with really craprelational features
•
no support for the usualsuspects of access APIs
•
no tables
•
no columns
•
no constraints
•
stores documents, notrecords
•
JSON document format
•
JavaScript “query language”
•
does CRUDdy HTTPreally well
Add a Comment