Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 766 Bytes

dao.rst

File metadata and controls

36 lines (25 loc) · 766 Bytes

PedalPi - Application - Dao

Dao classes provide a means to persist information.

Warning

When creating a component, the model informations are persisted by Autosaver class.

Warning

If you need persists and load any data, use the .ComponentDataController.

ComponentDao

application.dao.component_dao.ComponentDao

CurrentDao

application.dao.current_dao.CurrentDao

PluginsDao

application.dao.plugins_dao.PluginsDao