Downloadliste

Projektbeschreibung

pyxmdb is a database utility for exporting and importing data between a delimited text file (e.g. CSV) and virtually any DBMS. It has been tested with SQLite, MySQL, PostgreSQL, Oracle, and DB2. It supports running SQL statements before and after performing the import or export. Also allows for any of the SQL statements to be read from a file or provided on the command line. It supports reading and writing of compressed files, in addition to standard input and standard output.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-28 01:40
0.7

Dieses Release behebt einen Bug, der in 0,6 eingeführt wurde, das die Unterstützung des brach "- sqlfile" für den Export.
Tags: Major bugfix
This release fixes a bug that was introduced in 0.6, which broke the support of "--sqlfile" for exports.

2009-02-16 02:42
0.6

Major Updates und Verbesserungen, um den Code, aber keine neuen Funktionen. Dies ist zum Teil im Hinblick auf einige neue Features, die kommen bald.
Tags: Code cleanup
Major updates and improvements to the code, but no new functionality. This is partially in preparation for some new features that will be coming soon.

2009-01-09 23:59
0.5

Diese Veröffentlichung fügt Code, damit die Verwendung von Text-Dateien mit SQL-Anweisungen für die pre / post / main SQL-Befehle verwendet werden (siehe die - presqlfile, - postsqlfile und - sqlfile Parameter für weitere Informationen) werden.
Tags: Major feature enhancements
This release adds code to allow the use of text
files containing SQL
statements to be used for the pre/post/main SQL
commands (refer to
the --presqlfile, --postsqlfile, and --sqlfile
parameters for more
information).

2007-08-28 05:33
0.4

Sie können STDIN / STDOUT anstelle eines Dateinamens verwenden, können Sie Ihre eigenen Standard-DBMS zu wählen, und können Import / Export gzip und bzip2 komprimierte Dateien. Diese Version bietet volle Unterstützung für alle von der CSV-Formatierung Optionen, einschließlich einer neuen "Dialekt" Option, und neue --presql/--postsql Parameter für die Ausführung einer SQL-Befehl vor oder nach der eigentlichen SQL. Einige alte Parameter, die nicht mehr benötigt wurden entfernt.
Tags: Major feature enhancements
You can use STDIN/STDOUT instead of a filename, can choose your own default DBMS, and can import/export gzip and bzip2 compressed files. This release has full support for all of the CSV formatting options including a new "dialect" option, and new --presql/--postsql parameters for running an SQL command before or after the main SQL. Some old parameters that were no longer required have been removed.

2007-08-22 09:11
0.3

Ein Fehler mit dem Standard-Logging-Format-String wurde behoben. Python 2.4 generieren würde eine Ausnahme, wenn% (funktionsName) s wurde aus dem "Haupt"-Teil des Programms verwendet werden. Unterstützung für Ingres (ingresdbi) wurde in die Konfigurationsdatei aufgenommen. Der Benutzer kann nun wählen, welche DBMS-Modul sie wollen als ein Standard in der [dbms verwenden]-Abschnitt der Konfigurationsdatei. Der Standardwert ist zunächst auf sqlite3 gesetzt. Die dbserver nicht mehr standardmäßig auf localhost.
Tags: Major bugfixes
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.

Project Resources