What's new? | Help | Directory | Sign in
Google
                
Code License: MIT License
Labels: python, sqlalchemy
How to join?
Project owners:
  spamsch
Project members:
jason.kirtland, jefroche, jar...@jaraco.com

AutoCode is a flexible tool to autogenerate a model from an existing database.

This is a slightly different approach to SqlSoup, that lets you use tables without explicitly defining them.

Readme excerpt (included in package):

Current Maintainer:
    
    Simon Pamies (spamsch)
    E-Mail: s.pamies at banality dot de

Authors:

    Paul Johnson (original author)
    
    Christophe de Vienne (cdevienne)
    E-Mail: cdevienne at gmail dot com

    Svilen Dobrev (sdobrev)
    E-Mail: svilen_dobrev at users point sourceforge dot net

Credits:

    Werner F. Bruhin
    Tips and code for 0.5 release

    Jason Kirtland
    Refactoring and bugfixes for 0.5.1

License:
    
    MIT
    see license.txt

Documentation:

    Call autocode.py --help for a list of available self explaining options.

    Example:
    autocode.py -o model.py -u postgres://postgres:user@password/MyDatabase -s myschema -t Person*,Download

ToDo:

    + Add support for automagically creating relations
    + Generate ActiveMapper / Elixir