Skip to content

hummerd/SimpleORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Simple ORM

Features:

  • It uses code generation to achieve high performance (code generated in MSIL via Code.Emit).
  • It does not have dependencies (just one dll).
  • It is very simple to use.
  • It can extract nested objects.
  • It works with nullable types, enums and complex objects.
  • It supports schemes - ability to map one class to different tables.

About

Simple ORM for .net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages