PedalPi - Application - Dao

Dao classes provide a means to persist information.

Warning

When creating a component, persist the information by using the Controllers classes.

BankDao

ComponentDao

class application.dao.component_dao.ComponentDao(data_path)[source]
__weakref__

list of weak references to the object (if defined)

CurrentDao

class application.dao.current_dao.CurrentDao(data_path)[source]
__weakref__

list of weak references to the object (if defined)

PluginsDao

class application.dao.plugins_dao.PluginsDao(data_path)[source]

Persists and loads Lv2Plugins data

__weakref__

list of weak references to the object (if defined)

Database

class application.dao.database.Database[source]
__weakref__

list of weak references to the object (if defined)