================== blinkenxmas.store ================== .. module:: blinkenxmas.store The :mod:`blinkenxmas.store` module defines the database interface for the :program:`bxweb` application. The primary class is :class:`Storage` which defines the database connection and creates or upgrades the schema on connection. Classes ======= .. autoclass:: Storage .. autoclass:: StoragePositions .. autoclass:: StoragePresets .. autoclass:: Position