Module convert
[show private | hide private]
[frames | no frames]

Module convert

A simple convertor of MySQL<->SQLite databases for cleo3 EventStore
Function Summary
  convert(args)
convert module allow user to convert EventStore DB from MySQL into SQLite format and vice versa.

Function Details

convert(args)

convert module allow user to convert EventStore DB from MySQL into SQLite format and vice versa.

Examples:
  • SQLite into MySQL
    • convert.py -in sqlite sqlite.db -out mysql lnx151 -esdb EventStoreTMP
  • MySQL into SQLite:
    • convert.py -out sqlite sqlite.db -in mysql lnx151 -esdb EventStoreTMP

Generated by Epydoc 2.1 on Tue Jan 24 10:46:00 2006 http://epydoc.sf.net