Skip to main content

Building a Document DB on Top of SQL Server

· One min read
Founder, Asynkron Systems

I’ve started to build a Document DB emulator on top of SQL Server XML columns. SQL Server XML columns can store schema-free XML documents, pretty much like RavenDB or MongoDB stores schema-free JSON/BSON documents.