Added
* Add `--single-table` option for imports that assumes all files in a folder are of the same type and should be imported into the same table.
* Many extra linting & typing checks and improvements.
Changed
* Update dependencies: `networkX` from 1.11 to 2.5, `PyYAML` from 5.1.1 to 6.0, `SQLAlchemy` from 1.3.5 to 1.4.27 & `appdirs` from 1.4.3 to 1.4.4.
* Convert command-line handling from `click` (6.7 to 7.1.2) to `typer` 0.4.0.
* Improve performance during and after imports with `ANALYZE` queries.
* Always import data in same order by sorting import files and tables order in dependency graph.
* Convert to Poetry build system.