View on GitHub
SauceDB
.net ORM with multipe database engine support.
Download this project as a .zip file
Download this project as a tar.gz file
Features
Documentation
Load from a table
Load from a view
Load from a stored proc
Linq
Field aliasing
Transactions
VS Extension
Query Predicate
Raw Access
Database Migrator
Databinding
Schema Validation
Table Init
Schema Support
Object Init
Enum Columns
Overrides
Object Name
Object Schema
Primary Keys
Column Loading
Column Savings
Foreign Keys
Default Values
Type Mappings
Sql Server
MySQL
Postgre
SqLite
Examples
CRUD
DB Quirks
SqLite
Sqlite Quirks
The foreign Key support is only available in
version 3.6.1
Foreign keys cannot be added to an existing table
Columns cannot be removed from an existing table
Existing Columns cannot be modified