Metadata-Version: 1.0
Name: gerald
Version: 0.4.1.1
Summary: Gerald database schema management utility
Home-page: http://halfcooked.com/code/gerald/
Author: Andrew J Todd esq.
Author-email: andy47@halfcooked.com
License: BSD
Download-URL: http://pypi.python.org/pypi/gerald
Description: 
        Gerald is a general purpose toolkit written in Python for cataloguing, managing 
        and deploying database schemas. Its major current use is to identify the 
        differences between various versions of a schema. A schema is a single logical 
        grouping of database objects usually made up of tables, views and stored code 
        objects (functions and procedures).
        
        You can use Gerald to determine the differences between your development and test 
        environments, or to integrate changes from a number of different developers into 
        your integration database.
        
        Gerald is designed to be used in an Agile environment, but is useful regardless 
        of your development methodology.
        
        Gerald is designed from the ground up to support as many popular relational 
        database systems as possible. Currently it will document and compare schemas 
        from databases implemented in MySQL, Oracle and PostgreSQL. Other databases 
        will be supported in future releases.
Platform: UNKNOWN
