]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.sql.rst
Permute the ordering of test script names in docs.
[wizard.git] / doc / module / wizard.sql.rst
1 :mod:`wizard.sql`
2 =================
3
4 .. automodule:: wizard.sql
5
6 Functions
7 ---------
8 .. autofunction:: connect
9 .. autofunction:: auth
10 .. autofunction:: backup
11 .. autofunction:: restore
12 .. autofunction:: drop
13
14 MySQL functions
15 ---------------
16 .. autofunction:: backup_mysql
17 .. autofunction:: restore_mysql
18 .. autofunction:: get_mysql_args
19
20 Exceptions
21 ----------
22
23 .. autoexception:: Error
24 .. autoexception:: RemoveDatabaseError
25 .. autoexception:: RestoreDatabaseError
26 .. autoexception:: BackupDatabaseError