[htsql.addons]
engine.mssql = htsql_mssql.export:ENGINE_MSSQL
engine.sqlite = htsql_sqlite.export:ENGINE_SQLITE
engine.postgres = htsql_pgsql.export:ENGINE_PGSQL
tweak.autolimit = htsql_tweak.autolimit.export:TWEAK_AUTOLIMIT
tweak.pgsql.catalog = htsql_tweak.pgsql_catalog.export:TWEAK_PGSQL_CATALOG
tweak.pgsql.timeout = htsql_tweak.pgsql_timeout.export:TWEAK_PGSQL_TIMEOUT
engine.pgsql = htsql_pgsql.export:ENGINE_PGSQL
htsql.core = htsql.export:HTSQL_CORE
engine.mysql = htsql_mysql.export:ENGINE_MYSQL
tweak.schema = htsql_tweak.schema.export:TWEAK_SCHEMA
engine.oracle = htsql_oracle.export:ENGINE_ORACLE

[console_scripts]
htsql-ctl = htsql.ctl:main

