bulk_copy

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Sat May 9 02:44:47 EDT 2009


Every now and then I've had the need to copy a bunch of records in a MySQL 
table--perhaps take a copy of some production data into a test database to 
track down a bug, that kind of thing. So I wrote a utility to do it.

<http://github.com/ldo/bulk_copy/tree/master>




More information about the Python-list mailing list