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 CLR DB Type Mappings

  • String -> varchar
  • Int32,Int64 -> INTEGER
  • single, double -> DOUBLE
  • byte[] -> BLOB
  • Boolean -> BOOL
  • DateTime,DateTimeOffset -> DateTime