API Documentation¶
bauble¶
bauble.db¶
-
bauble.db.Base¶ All tables/mappers in Ghini which use the SQLAlchemy declarative plugin for declaring tables and mappers should derive from this class.
An instance of
sqlalchemy.ext.declarative.Base
-
bauble.db.metadata¶ The default metadata for all Ghini tables.
An instance of
sqlalchemy.schema.MetaData