Info
| Version: | 16.2.1 | 
| Author(s): | danielwertheim | 
| Last Update: | Tuesday, March 12, 2013 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://www.sisodb.com | 
| NuGet Url: | https://www.nuget.org/packages/SisoDb | 
Install
Install-Package SisoDb
                        dotnet add package SisoDb
                        paket add SisoDb
                        
                                SisoDb Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                15 packages depend on this package.
                        
                    Tags
 
                
Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle more complex model updates. Basically, it is a simple data access tool.
This package is a Core package.
Use specific package instead. E.g SisoDb.Sql2008, SisoDb.Sql2012, SisoDb.SqlCe4.