fietsboek.models.meta module

Base metadata definition for the SQLAlchemy models.

class fietsboek.models.meta.Base(**kwargs)

Bases: object

The base class of the class hierarchy.

When called, it accepts no arguments and returns a new featureless instance that has no instance attributes and cannot be given any.

metadata: MetaData = MetaData()
registry: registry = <sqlalchemy.orm.decl_api.registry object>