Import/export
wsanchez opened this issue · 3 comments
wsanchez commented
We need to be able to export an IMS DB and import it into a new one.
This is required to move data from SQLite to MySQL, since doing so via DB tools isn't practical.
wsanchez commented
Basic requirement is full DB dump into a clean DB. Bonus points if we can export one event and import it into an existing or empty DB.
wsanchez commented
fixed on master