Tagged Questions
14
votes
6answers
1k views
How to stop thinking “relationally”
At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge.
I was wondering how some of you ...
5
votes
2answers
897 views
Embedded analog of CouchDB, same as sqlite for SQL Server
I like an idea of document oriented databases like CouchDB. I am looking for simple analog.
My requirements is just:
persistance storage for schema less data;
some simple in-proc quering;
good to ...