Skip to content

spacedentist/NoORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NoORM

About

NoORM is a very simple helper class that makes querying SQL databases more convenient. Objects of the NoORM.Row class represent one row of a query result. The NoORM.Row.select class method executes an SQL statement on a given cursor and returns a list of NoORM.Row objects. Each object stores the column values of a row in attributes that are named corresponding to the columns.

About

Map SQL query result sets to a list of flat objects. No object oriented modelling of relations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published