pyxmdb 


DBMS neutral import / export tool 

pyxmdb.py is a free tool to eXport or iMport data from/to a database. It is written in Python (v2.5 and v2.4) and is meant to be as database neutral as possible. Anything that is DBMS specific, is stored in a user editable config file (pyxmdb.py.cfg). 

If desired, you could use this to perform the 'E' and 'L' parts of an ETL (Extract, Transform, Load) process.   The 'T' could then be performed by any other application or utility of your choice.   This easiest way to do this, would be to have one copy of pyxmdb export the data to standard out, pipe the output to something like awk or sed, and then pipe that output to another copy of pyxmdb to import the data.

Current feature list can be found here.

A to do list of features yet to be implemented can be found here.

License: GNU GPL v2

Usage and help information can be found here.

To contribute new/better code, send me an email. My address is in the .py file.

Download and installation instructions can be found here.

My Freshmeat project page is located here, should you wish to stay updated easily.


NOTE: My apologies for taking well over a year to get a new release out.   Both my personal and work lives got really busy, and even more complicated, than they already were.

Sign in  |  Recent Site Activity  |  Terms  |  Report Abuse  |  Print page  |  Powered by Google Sites