Closed stefanzweifel closed 1 year ago
This PR tackles #33 and resolves a couple of open todos. Instead of hard-coding using mysql, sqlite or pgsql connection in the importer, this PR updates the classes to use data from the selected connection name.
mysql
sqlite
pgsql
This PR tackles #33 and resolves a couple of open todos. Instead of hard-coding using
mysql
,sqlite
orpgsql
connection in the importer, this PR updates the classes to use data from the selected connection name.