I have a CSV file and want to generate dumps of the data for sqlite,
mysql, postgres, etc.


My current workflow is to insert the data in each database and then use
mysqldump, etc to generate the dump files.

I read that the DAL is now a standalone module - great!
Is it possible to use the DAL to purely generate the required SQL for a
database without actually inserting or even installing the database?

Reply via email to