PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Classes | |
class | DB |
The main database object. More... | |
class | system_acl |
Bootstrap class for the database. More... | |
class | system_changelog |
Bootstrap class for the database. More... | |
class | system_config |
Bootstrap class for the database. More... | |
class | system_objtype |
Bootstrap class for the database. More... | |
class | system_tag |
Bootstrap class for the database. More... | |
Variables | |
int | DB_CAN_ALL = 0x555 |
int | DB_CAN_CHANGE = 0x4 |
int | DB_CAN_CHANGE_PERMISSIONS = 0x400 |
int | DB_CAN_CREATE = 0x1 |
int | DB_CAN_DELETE = 0x10 |
int | DB_CAN_LINK = 0x100 |
int | DB_CAN_VIEW = 0x40 |
int | DB_CAN_VIEW_PROTECTED = 0x1000 |
int | DB_CANNOT_ALL = 0xaaa |
int | DB_CANNOT_CHANGE = 0x8 |
int | DB_CANNOT_CHANGE_PERMISSIONS = 0x800 |
int | DB_CANNOT_CREATE = 0x2 |
int | DB_CANNOT_DELETE = 0x20 |
int | DB_CANNOT_LINK = 0x200 |
int | DB_CANNOT_VIEW = 0x80 |
int | DB_CANNOT_VIEW_PROTECTED = 0x2000 |
int | DB_DEBUG = 0x01 |
int | DB_PRODUCTION = 0x20 |
int | DB_SECURE = 0x10 |
int | DB_TRACK_CHANGES = 0x02 |
int | DB_TRACK_VALUES = 0x04 |
int | DB_TRACK_VIEW = 0x08 |