| |||||
Pony provides an abstraction layer for running database queries directly from Python code.
It allows developer to write complex operations via Python's advanced scripting capabilities and convert the code to valid SQL operations.
The difference between Pony and other Python ORMs is that Pony uses Python generators to query the database.
Via: Pony 0.4.5






0 Comment:
Post a Comment