sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm , but without the sql-generation capabilities. Supports named parameters.
This is a C# based .Net library that is used for Object Relation Mapping, it can map to multiple database types. It also comes with a built in Class SQL language that uses classes names and propertie...