dbf converter

mail.motzarella.org nmb.ten at gmail.com
Sun Jun 21 19:46:04 CEST 2009


Good day.
dbfconverter.py 0.02 has been released.

What is dbfconverter.py?

dbfconverter.py is platform independent python script. It converts 
database with dbf files or single dbf file into sql code, wich you can 
load into any sql database.
dbfconverter.py supports encoding changing, changing sql file format 
(now it has 3 formats: mssql, mysql, postgresql). If you need, you can 
create your own sql file format.
dbfconverter.py need python to be installed.
it is available from https://sourceforge.net/projects/dbfconverter

Version 0.02 changes:
* Removed db api sinchronization
* Added some extended sql formats. Now user can change, what format will 
   be the sql file.
* Now you can create your own format of sql file (see formats.txt in 
docs folder)


More information about the Python-announce-list mailing list