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

MySql CLR DB Type Mappings

  • String -> varchar(200)
  • Int32 -> integer
  • int64 -> bigint
  • single, double -> real
  • byte[] -> BLOB
  • Boolean -> BOOLEAN
  • DateTime,DateTimeOffset -> DateTime
  • TimeSpan -> TIME