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

Sqlite Quirks

  1. The foreign Key support is only available in version 3.6.1
  2. Foreign keys cannot be added to an existing table
  3. Columns cannot be removed from an existing table
  4. Existing Columns cannot be modified