Skip to content

A basic lightweight object relational mapper (ORM) for .NET

License

Notifications You must be signed in to change notification settings

timscott/catnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Catnap

Catnap is a basic lightweight ORM for .NET. It uses the ADO.NET API. The project includes an adapter for Sqlite, and it is tested with System.Data.Sqlite and Mono.Data.Sqlite.

Catnap was created to alleviate the of pain hand-rolling data access and dynamic SQL for applications that target an environment where a full featured ORM (such as NHibernate) is incompatible or too heavy. More specifically Catnap was created to work with MonoTouch on the IPhone, which explicitly disallows any runtime compilation.

We actively seek contributors to make Catnap better and more robust while remaining lightweight and able to work with MonoTouch.

For a list of features and some code samples read the Introduction in the Wiki.

Discuss Catnap here.

About

A basic lightweight object relational mapper (ORM) for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published