PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
db.py File Reference

Go to the source code of this file.

Classes

class  pafera.db.DB
 The main database object. More...
 
class  pafera.db.system_acl
 Bootstrap class for the database. More...
 
class  pafera.db.system_changelog
 Bootstrap class for the database. More...
 
class  pafera.db.system_config
 Bootstrap class for the database. More...
 
class  pafera.db.system_objtype
 Bootstrap class for the database. More...
 
class  pafera.db.system_tag
 Bootstrap class for the database. More...
 

Namespaces

namespace  pafera
 
namespace  pafera.db
 

Variables

int pafera.db.DB_CAN_ALL = 0x555
 
int pafera.db.DB_CAN_CHANGE = 0x4
 
int pafera.db.DB_CAN_CHANGE_PERMISSIONS = 0x400
 
int pafera.db.DB_CAN_CREATE = 0x1
 
int pafera.db.DB_CAN_DELETE = 0x10
 
int pafera.db.DB_CAN_LINK = 0x100
 
int pafera.db.DB_CAN_VIEW = 0x40
 
int pafera.db.DB_CAN_VIEW_PROTECTED = 0x1000
 
int pafera.db.DB_CANNOT_ALL = 0xaaa
 
int pafera.db.DB_CANNOT_CHANGE = 0x8
 
int pafera.db.DB_CANNOT_CHANGE_PERMISSIONS = 0x800
 
int pafera.db.DB_CANNOT_CREATE = 0x2
 
int pafera.db.DB_CANNOT_DELETE = 0x20
 
int pafera.db.DB_CANNOT_LINK = 0x200
 
int pafera.db.DB_CANNOT_VIEW = 0x80
 
int pafera.db.DB_CANNOT_VIEW_PROTECTED = 0x2000
 
int pafera.db.DB_DEBUG = 0x01
 
int pafera.db.DB_PRODUCTION = 0x20
 
int pafera.db.DB_SECURE = 0x10
 
int pafera.db.DB_TRACK_CHANGES = 0x02
 
int pafera.db.DB_TRACK_VALUES = 0x04
 
int pafera.db.DB_TRACK_VIEW = 0x08