Metadata-Version: 2.1
Name: tormor
Version: 1.2
Summary: Database migration helper
Home-page: https://github.com/Proteus-tech/tormor
License: UNKNOWN
Author: Tle Ekkul
Author-email: e.aryuth@gmail.com
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: psycopg2-binary==2.7.5
Provides-Extra: .none

# Tormor command line tool

    $ tormor -?
    Manage an Tormor database

        SCHEMA_PATH=/usr/src/Schema tormor [opts] command [args]

    ...


The `enable-modules` and `migrate` commands are used for managing the Tormor installation.


### Run script in another filename

    include filename

Find commands (one per line) in the specified file and run them


### Run a SQL script

    sql filename

Load the filename and present the SQL in it to the database for execution. This is useful for choosing migrations scripts to run.


