atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
13 stars 4 forks source link

Manifest table from SQL parser #81

Open sirex opened 3 years ago

sirex commented 3 years ago

Create a parser, that would generate manifest from a given SQL dump.

CLI TUI for this could look like this:

$ spinta inspect -r sqldump path/to/schema.sql -o manifest.csv

Consider using sqlparse for parsing SQL dump files.

sirex commented 3 years ago

marked this issue as related to manifest#852