Skip to content

dansrocks/AntiORM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiORM is the ORM that goes against all

While others ORM isolate the database creating internally SQL queries and DB tables from a class specification, AntiORM create for you a Python function parsing the SQL code, allowing to do more optimized or specialized hand-made queries. It's said: it works exactly the other way ORMs do.

Developed originally as part of the PirannaFS filesystem project and focused in SQLite, it have been modified to be for general purpose and usable with any other DB engine.

Dependencies

  • Python >= 2.5 (by sqlparse)
  • sqlparse >= 0.1.3.20120123 (rev. 9aabd61fa2d8)

About

SQL-to-function mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published