reportcompiler.plugins.data_fetchers.sql

sql.py

This module includes the base data fetcher class using SQL.

Classes

  • SQLFetcher: (Abstract) data fetcher for MySQL databases. It extracts the
class reportcompiler.plugins.data_fetchers.sql.SQLFetcher

(Abstract) data fetcher for MySQL databases. It extracts the common methods to handle any kind of SQL dialects (mysql, sqlite,…)

Inheritance

Inheritance diagram of SQLFetcher