pydbkit/tools/__init__.py
author Radek Brich <radek.brich@devl.cz>
Wed, 09 Jul 2014 18:04:11 +0200
changeset 105 10551741f61f
parent 104 d8ff52a0390f
permissions -rw-r--r--
Move batchquery, listtables tools under pgtool.

__all__ = ['analyzeall', 'batchcopy', 'batchquery', 'bigtables', 'listdepends',
    'listserial', 'listtables', 'longqueries', 'loopquery',
    'runquery', 'schemadiff', 'tablediff', 'tablesync']