BreezeBlocks
BreezeBlocks is a Python package for RDBMS-independent SQL generation. From Python objects representing the schema of a database, you can build and execute queries and other statements.
Compared to other packages that meet a similar need, BreezeBlocks follows more of an Active Statement model than and Active Record model. A …
read more