onix.backend.sql.dao module

DAO implementations for SQL backend

class onix.backend.sql.dao.ReportingDAO(connection)[source]

Bases: onix.reporting.dao.ReportingDAO

SQL implementation of ReportingDAO interface

Parameters:connection (sqlalchemy.engine.base.Connection) – connection to the SQL backend