Edit on GitHub

uio.utility.databases

Fetching/querying data from various data sources.

 1"""
 2.. include:: ../../../../documentation/utility/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 above stuff is done, then in consuming scripts one can use,
12# for example:
13# import uio.databases as uiod