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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
105
10551741f61f Move batchquery, listtables tools under pgtool.
Radek Brich <radek.brich@devl.cz>
parents: 104
diff changeset
     1
__all__ = ['analyzeall', 'batchcopy', 'batchquery', 'bigtables', 'listdepends',
10551741f61f Move batchquery, listtables tools under pgtool.
Radek Brich <radek.brich@devl.cz>
parents: 104
diff changeset
     2
    'listserial', 'listtables', 'longqueries', 'loopquery',
101
2a2d0d5df03b Refactor ToolBase to allow tool composition. Add TableSync tool (composited). Move more tools under pgtool.
Radek Brich <brich.radek@ifortuna.cz>
parents: 100
diff changeset
     3
    'runquery', 'schemadiff', 'tablediff', 'tablesync']