Tag Archives: RavenDB

Using A Document Database – RavenDB

RavenDB is a document database. The main difference between RavenDB and a relational database is, that RavenDB doesn’t support relation between the rows/entities/documents. A document contains structural data, which is stored in JSON format. This is a quickstart into RavenDB: Step 1 – Database: Create a new database. This DB doesn’t contain any structure. It’s… Read More »