[htsql.addons]
engine.mssql = htsql_mssql.export:ENGINE_MSSQL
tweak.pgsql.view = htsql_tweak.pgsql_view.export:TWEAK_PGSQL_VIEW
engine.sqlite = htsql_sqlite.export:ENGINE_SQLITE
engine.postgres = htsql_pgsql.export:ENGINE_PGSQL
tweak.pgsql.inet = htsql_tweak.pgsql_inet.export:TWEAK_PGSQL_INET
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
tweak.cors = htsql_tweak.cors.export:TWEAK_CORS
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

