Pybatis

Python's DB API + templates + convenience methods
Download

Pybatis Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Cystems Technology
  • Publisher web site:
  • Operating Systems:
  • Linux
  • File Size:
  • 25KB

Pybatis Tags


Pybatis Description

Pybatis is three things combined: Python's DB API + templates + convenience methods. The intent is to use a templating engine to generate SQL in the same way we use templating engines to generate HTML. Here, the similarities end. On the one hand, we generate HTML to send to a browser. With Pybatis, we generate SQL to send to the database via Python's DB API, and gather our results. The core idea of treating dynamic SQL as a templating problem rather than a code generation problem (as in most ORM libraries) comes from iBATIS, after which Pybatis is named, with great respect.


Pybatis Related Software