[Table('system', key= 'name') [Column('name'), Column('value')], Table
('permission', key= ('username', 'action')) [Column('username'), Colum
n('action')], Table('auth_cookie', key= ('cookie', 'ipnr', 'name')) [C
olumn('cookie'), Column('name'), Column('ipnr'), Column('time', type=
'int')], Table('session', key= ('sid', 'authenticated')) [Column('sid'
), Column('authenticated', type= 'int'), Column('last_visit', type= 'i
nt'), Index(['last_visit']), Index(['authenticated'])], Table('session
_attribute', key= ('sid', 'authenticated', 'name')) [Column('sid'), Co
...
|