Skip to content

kohenkatz/PetaPoco

This branch is 752 commits behind CollaboratingPlatypus/PetaPoco:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Brad Robinson
Apr 17, 2012
8358e32 · Apr 17, 2012
Mar 23, 2011
Apr 26, 2011
Apr 17, 2012
Apr 17, 2012
Jul 31, 2011
Mar 31, 2011
Mar 24, 2011
Jul 31, 2011
Jul 31, 2011
Jul 31, 2011
Apr 2, 2011

Repository files navigation

PetaPoco

A tiny ORM-ish thing for your POCOs

PetaPoco is a tiny .NET data access layer inspired by Rob Conery's Massive project but for use with non-dynamic POCO objects. It came about because I was finding many of my projects that used SubSonic/Linq were slow or becoming mixed bags of Linq and CodingHorror.

I needed a data acess layer that was:

  • tiny
  • fast
  • easy to use and similar to SubSonic
  • could run on .NET 3.5 and/or Mono 2.6 (ie: no support for dynamic).

Rob's claim of Massive being only 400 lines of code intruiged me and I wondered if something similar could be done without dynamics.

So, what's with the name? Well if Massive is massive, this is "Peta" massive (at about 1,200 lines it's triple the size after all) and since it works with "Poco"s ... "PetaPoco" seemed like a fun name!!

See here - http://www.toptensoftware.com/petapoco - for full details.

About

A tiny ORM-ish thing for your POCO's

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%