On Dec 1, 5:42 pm, Graham Higgins <[email protected]> wrote:
> On Dec 1, 8:36 pm, Mike Toews <[email protected]> wrote:
>
> > So, where do I start to use my existing database with Pylons?
>
> Basic SQLAlchemy 
> reflection:http://www.sqlalchemy.org/docs/05/metadata.html#reflecting-tables

Just to clarify what Graham noted:

    The SqlAlchemy term is "reflection"
    The different projects - SqlSoup, SqlAutocode, Elixir - all
provide convenience tools for "reflecting"

They're all pretty straightforward, as is manual reflection ( I
usually just do a \d in the pg console and regex the output into class
definitions )

--

You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.


Reply via email to