VECdbDatabase

class iesve.VECdbDatabase

Bases: object

Interface for VECdbDatabase. Basic usage: See cdb.py, in API examples.


static get_current_database() VECdbDatabase

Get the current CDB database.


static get_project_type_string(type: project_types) str

Get a string describing the project type


get_projects() dict[project_types, list[VECdbProject]]

Get a dict of all the projects in the database

For each project type (0=Project, 1=System, 2=Manufacturer) the dict holds a list of the projects of that type.