All Projects → danielwertheim → Sisodb Provider

danielwertheim / Sisodb Provider

SisoDb - Simple Structure Oriented Db

SisoDb - Simple-Structure-Oriented-Db - a document-oriented db-provider for SQL Server 2005-2012, Express, LocalDb, SQL Azure & SQLCE4.

By using SisoDb you get to store and retrieve complete POCO-graphs without having to specify:

  • any mappings
  • or extending any interfaces
  • or extending any base-classes

There's no proxies etc. It's just storage of your entities made simple, and you add-on features as you need them. Like caching, dynamics, spatial etc.

You write your queries using lambda expressions and if you want, you can let SisoDb generate stored procedures from your lambdas. You can even write your lambdas using dynamic strings; so that they can be serialized and cross domains.

SisoDb is simple. You activate the features you want. If you want caching, then install that package. If you want spatial support, then install that package..., ..., ...

What about SQL Express?

Yes it's supported. SisoDb is tested against SQL Server 2005, 2008 R2 and SQL2012 Express. You can of course use SQL Server 2012 Express LocalDb as well.

A word about SQL Azure

Since v16.0.0 the generated schema is compatible with latest release of Azure. You can how-ever not make use of functions like Creating and Dropping databases, but it will support generating necessary tables etc.

Getting started

Either you can read about it on sisodb.com or in the Wiki. You can also have a look at this short getting started screencast.

Management studio

In addition to the normal Management Studio there's also a web based tool for managing a SisoDb database, created by @mikaeleliasson. More info here.

NuGet

SisoDb is available via NuGet (SisoDb). You can also find some more info here: http://sisodb.com/nuget

More information

Follow @danielwertheim and @sisodb

For documentation, news etc, look under the wiki or goto: http://sisodb.com

License

License: The MIT License (MIT)

SemVer for versioning

SisoDb uses SemVer for versioning.

How-to Contribute

Read instructions in the wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].