Package Camelot :: Package camelot :: Package model
[frames] | no frames]

Package model

source code

Submodules

Variables
  metadata = MetaData(Engine(sqlite:///videostore.sqlite))
  __metadata__ = MetaData(Engine(sqlite:///videostore.sqlite))
  __model__ = [<module 'Camelot.camelot.model.authentication' fr...
  __package__ = 'Camelot.camelot.model'
  type_map = {<type 'datetime.date'>: <class 'sqlalchemy.types.D...
Variables Details

__model__

Value:
[<module 'Camelot.camelot.model.authentication' from '/home/tw55413/wo\
rkspaces/camelot/Camelot/camelot/model/authentication.pyc'>,
 <module 'Camelot.camelot.model.fixture' from '/home/tw55413/workspace\
s/camelot/Camelot/camelot/model/fixture.pyc'>,
 <module 'Camelot.camelot.model.i18n' from '/home/tw55413/workspaces/c\
amelot/Camelot/camelot/model/i18n.pyc'>,
 <module 'Camelot.camelot.model.memento' from '/home/tw55413/workspace\
s/camelot/Camelot/camelot/model/memento.pyc'>,
...

type_map

Value:
{<type 'datetime.date'>: <class 'sqlalchemy.types.Date'>,
 <type 'datetime.datetime'>: <class 'sqlalchemy.types.DateTime'>,
 <type 'datetime.timedelta'>: <class 'sqlalchemy.types.Interval'>,
 <type 'datetime.time'>: <class 'sqlalchemy.types.Time'>,
 <type 'float'>: <class 'sqlalchemy.types.Numeric'>,
 <type 'int'>: <class 'sqlalchemy.types.Integer'>,
 <type 'NoneType'>: <class 'sqlalchemy.types.NullType'>,
 <type 'str'>: <class 'sqlalchemy.types.VARCHAR'>,
...