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

Postgre CLR DB Type Mappings

  • STRING -> character varying
  • Int32-> INTEGER
  • Int64 -> bigint
  • single, double -> real
  • byte[] -> image
  • Boolean -> bit
  • DateTime,datetimeoffset -> date
  • timespan -> time without time zone