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.
-
Notifications
You must be signed in to change notification settings - Fork 0
spacedentist/NoORM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published