Edit on GitHub

utils.databases

Fetching/querying data from various data sources.

 1"""
 2.. include:: ../../../../documentation/utils/databases/index.md
 3"""
 4
 5# from . import tap
 6# from .tap import *
 7
 8# don't forget to fill the __all__ list in the tap.py
 9# __all__ = tap.__all__
10
11# if the stuff above is done, then in consuming scripts one can use,
12# for example:
13# import phab.utils.databases as phud