HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftests_db_in_memory Namespace Reference

Classes

class  DBI
 Common use wrapper class to interact with the ORM databases Provide CRUD interface (create, read, update, delete) entries. More...
 
class  TasksDataTable
 Class describes structures of task item used in TaskDataManager module. More...
 

Variables

 Base = declarative_base()
 
 tdt = TasksDataTable()
 
dictionary conf = {'db_name':'memory'}
 
 db = DBI(conf)
 
 id
 

Detailed Description

HCE project, Python bindings, Distributed Tasks Manager application.
Event objects definitions.

@package: dtm
@file dbi.py
@author Oleksii <developers.hce@gmail.com>
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright &copy; 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Variable Documentation

◆ Base

ftests_db_in_memory.Base = declarative_base()

Definition at line 267 of file ftests_db_in_memory.py.

◆ conf

dictionary ftests_db_in_memory.conf = {'db_name':'memory'}

Definition at line 286 of file ftests_db_in_memory.py.

◆ db

ftests_db_in_memory.db = DBI(conf)

Definition at line 287 of file ftests_db_in_memory.py.

◆ id

ftests_db_in_memory.id

Definition at line 288 of file ftests_db_in_memory.py.

◆ tdt

ftests_db_in_memory.tdt = TasksDataTable()

Definition at line 285 of file ftests_db_in_memory.py.