Metadata-Version: 1.0
Name: xml2ddl
Version: 0.3.1
Summary: Xml to DDL is a set tools to convert an XML representation of a database into a set of SQL (or DDL) commands and vice versa.
Home-page: http://xml2ddl.berlios.de/
Author: Scott Kirkwood
Author-email: scott_kirkwood@users.berlios.de
License: GNU GPL
Download-URL: http://developer.berlios.de/project/showfiles.php?group_id=2209&release_id=3368
Description: XML to DDL is a set of Python programs that converts an XML representation of a database into a set of SQL (or DDL commands - Data Definition Language) commands.
        Also, you can download the XML metadata directly from your existing database.
        Other tools exist to examine the difference between two XML schemas and output a sequence of SQL statements
        to change from one to the other (normally via ALTER statements).
        There is also a tool to create HTML documentation from the XML.
        XML to DDL supports PostgreSQL, MySQL, Oracle and Firebird databases.
        
Keywords: XML,SQL,DDL,ALTER,Database,AgileDB,PostgreSQL,MySQL,Firebird,Oracle,SQL99
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Utilities
