As an alternative to the --db import, add a --csv option that would create CSV files containing the data. As for storage details, the main sspak file should contain csv/tablename.csv.gz for each table.
The purpose of this would be to provide a data storage form that is database agnostic, which would make it easier to migrate to a different db backend.
As an alternative to the
--db
import, add a--csv
option that would create CSV files containing the data. As for storage details, the main sspak file should contain csv/tablename.csv.gz for each table.The purpose of this would be to provide a data storage form that is database agnostic, which would make it easier to migrate to a different db backend.