pyxmdb 0.3 (Default branch) |
|
|
pyxmdb is a database utility for exporting and
importing data between a delimited text file and
virtually any DBMS.
License: GNU General Public License v2
Changes:
A bug with the default logging format string was
fixed. Python 2.4 would generate an exception when
%(funcName)s was used from the "main" part of the
program. Support for Ingres (ingresdbi) was added
to the configuration file. Users may now choose
which DBMS module they wish to use as a default in
the [dbms] section of the configuration file. The
default is initially set to sqlite3. The dbserver
no longer defaults to localhost.
|