a document oriented provider for Sql-Server & SqlCe4
SisoDb is a document-oriented db-provider for Sql-Server written in C#. It lets you store object graphs of POCOs without having to configure any mappings. Each entity is treated as an aggregate root and will get separate tables created on the fly.
The recommended way to install SisoDb is via NuGet. You can also download ZIPs with included PDBs. You can of course also fork the project on GitHub.
The providers packages is what you start to install. They are designed for a specific data source. After you have choosen a provider package, you can complement with packages for caching, profiling, etc.
The package used for integrating with a Sql Azure database.
The package used for integrating with a Sql-Server 2005 database.
The package used for integrating with a Sql-Server 2008 database.
The package used for integrating with a Sql-Server 2012 database.
The package used for integrating with a Sql-Compact Edition v4 database.
A Cache provider over the MS Memory Cache for SisoDb, which works in both web and non-web environments.
This package lets you activate the MiniProfiler for SisoDb.
This package lets you output some diagnostics info for SisoDb using Glimpse.
This package lets you use the highly customizable JSON-serializer by Newtonsoft.
By default, SisoDb incorporates the source code of ServiceStack.Text. To let you use the latest ServiceStack.Text releases, you can use this package instead.
This package lets you use some dynamic features in SisoDb, like writing lambda expressions as strings.