Links:
datreader datreader extracts data from old Clarion Database files. It dumps data in CSV format. dbf dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, StarOffice, and most other spread sheets. It can also be used to show some statistics about the content. dbfconverter dbfconverter converts DBF database files into SQL code which you can insert into any SQL database. dbfconverter uses XML files for task descriptions. Dxf2PostGIS Dxf2PostGIS is a tool to convert DXF files to PostGIS geometry tables. A single DXF file is converted to a PostgreSQL/PostGIS SQL script to create and populate 4 tables, using the AutoCAD information of point, line, polyline, text, circle, and insert. Etora Etora is a preprocessor that translates a simple data definition langauge into SQL. exportsql A Microsoft Access module which exports Access Database into MySQL, mSQL and PostgreSQL. loadcsv loadcsv is a small utility to load data from CSV files into a database. It gets the names of the columns from the first row of the CSV file. ms2my A tool that helps with MSSQL to MySQL converting/replicating under *nix. It is possible to use it with crontab also for regular data fetching. Keeping mySQL-based data warehouse refreshed could also be one of the possibilities of using this script. my2pg A Perl utility that converts the MySQL database dump to the form that can be loaded into PostgreSQL. Despite that both databases are claimed to be compliant with ANSI SQL standard, MySQL dump can't be loaded directly into PostgreSQL. ora2pg An Oracle to PostgreSQL database schema converter. pg2xbase A set of utilities for converting PostGres database tables to and from DBF databases. PXTools The pxtools are a set of tools to convert a Paradox-database into a SQL-database (MySQL, PostgreSQL), CSV or XML. pyxmdb pyxmdb is a database utility for exporting and importing data between a delimited text file and virtually any DBMS. SQL C++ code generator The SQL C++ code generator (sql2class) utility is a code generation tool to convert SQL output to simple C++ classes. It supports MySQL and Sqlite. For each database table, one C++ class will be generated containing member variables for each column, as well as methods to read / insert / update records and also return the record as XML. SQLObject SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. syslog2couchdb syslog2couchdb is a tool that converts syslog messages into JSON documents and stores them in a CouchDB database. tcm2sql tcm2sql is a tool for generating SQL "CREATE" commands from a tcm static structure diagram (SSD) including constraints and foreign keys. It is also possible to diff two diagrams to update a database's structure. tdb tdb is a program for manipulating standard comma-delimited databases, such as those produced by Paradox, Access, dbase, etc UML2SQL A tool which synchronizes SQL databases with UML diagrams (inactive project). Varuna Converter The purpose of this tiny piece of software is primarily to convert a Varuna time table database into any format. In its current implementation, a raw and minimalistic text interface is available, but most efforts are put into the CGI frontend. xls2Mysql xls2mysql is an application to perform data conversion from XLS to MySQL. xls2mysql is shipped with a simple and easy-to-understand DHTML interface that allows uploading and displays the files available for conversion. xml2sql xml2sql is a collection of Perl scripts used to convert XML files into SQL scripts for creating tables. xml2sql does not validation of the XML files. yadia2sql A tool that generates SQL CREATE TABLE statements from DiYet Another dia2sql is a tool that generates SQL CREATE TABLE statements from Dia XML files. Its goal is to give maximum freedom to customize the generated SQL code. Another goal is to provide features that allow user to generate SQL for different database systems from single Dia source. zongle zongle compares the schema of two PostgreSQL databases and creates a script containing the SQL statements necessary to migrate the structure of the second database to the state of the first.