Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Esta versión corrige un error que se introdujo en el 0,6, lo que rompió el soporte de "- SQLFile" para las exportaciones.
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

Las principales actualizaciones y mejoras en el código, pero no una nueva funcionalidad. Esto es en parte en la preparación de algunas nuevas características que serán muy pronto.
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

Esta versión incluye el código para permitir el uso de archivos de texto que contiene sentencias de SQL que se utilizará para la pre / post / main comandos SQL (se refieren a la - presqlfile, - postsqlfile, y - los parámetros SQLFile para más información).
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

Usted puede utilizar STDIN / STDOUT en lugar de un nombre de archivo, puede elegir su propio incumplimiento de DBMS, y puede importar / exportar gzip y bzip2 archivos comprimidos. Este comunicado tiene soporte completo para todas las opciones de formato CSV como un nuevo dialecto "" opción, y los nuevos parámetros --presql/--postsql para ejecutar un comando SQL antes o después del SQL principal. Algunos parámetros de edad que ya no eran necesarios han sido eliminados.
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

Un error con el registro de cadena de formato por defecto fue corregido. Python 2.4 se generará una excepción cuando% (funcName) s se utilizó desde la parte "principal" del programa. Apoyo a Ingres (ingresdbi) esta en el archivo de configuración. El usuario puede ahora elegir qué DBMS módulo que desea utilizar como predeterminado en el [DBMS] sección del archivo de configuración. El valor predeterminado se establece inicialmente en sqlite3. El dbserver ya no por defecto es 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