sqlΒΆ

This module complements the sqlalchemy sql module, and contains the metadata variable, which is a global sqlalchemy.Metadata object to which all tables of the application can be added.

Previous topic

resources

Next topic

templates

This Page