silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Load/Save data as CSV #3

Closed sminnee closed 6 years ago

sminnee commented 11 years ago

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.

sminnee commented 8 years ago

This is in progress at #42.