Using SQL Databases#
SQL Alchemy is a SQL framework for python. It has a core layer, and an ORM layer.
See:
SQL Alchemy for generating SQL Alchemy code
SQL DDL for generating SQL DDL
The SQLStore class provides a convenient wrapper around these generators for working with SQL Data