Hi devs, Im migrating from MySql to couchDB , but I can not find any tools to do the migration at the moment. From my knowledge, I need to convert data in MySql to JSON format then insert JSON format data into couchDB. I've look @ http://code.google.com/p/couchdb-python/ ; unfortunately, it does not provide functionality I am looking for. I've known many projects have been successfully migration to couchDB. Please give me some guidances. Thank you.
