geoCML / tabor

Tabor is a database modeling language for GIS
GNU General Public License v2.0
1 stars 0 forks source link

Implement "load" command #10

Closed TristanDamron closed 2 months ago

TristanDamron commented 2 months ago

e.g. tabor load --file geocml_db.tabor --db geocml_db --username geocml --password geocml --host geocml-postgres --port 5432

This command takes a Tabor file, converts it to a PSQL query, and executes the query against a database.