db

The db module provides the database and schema that is the backend for the Custom plugin

class openlp.plugins.custom.lib.db.CustomSlide[source]

Bases: openlp.core.lib.db.BaseModel

CustomSlide model

openlp.plugins.custom.lib.db.init_schema(url)[source]

Setup the custom database connection and initialise the database schema

Parameters:url – The database to setup