cli_sql module#

sql#

Performs operations on the SQL database.

sql [OPTIONS] COMMAND [ARGS]...

dump#

Dumps the database.

sql dump [OPTIONS]

Options

-o, --output <output>#

Output file.

fix#

sql fix [OPTIONS]

init#

Initialization of the SQL database.

sql init [OPTIONS]

load#

Loads the database from a dumpfile. Tested with PostgreSQL, MySQL & SQLite.

sql load [OPTIONS]

Options

-i, --input <input>#

Input file.