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