On Dec 1, 8:36 pm, Mike Toews <mwto...@gmail.com> 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

or SQLSoup:
http://www.sqlalchemy.org/docs/05/reference/ext/sqlsoup.html

or SQLAutocode:
http://code.google.com/p/sqlautocode/

or Elixir:
http://elixir.ematia.de/trac/wiki

At worst, you could use the basic Shabti template (an expanded Pylons
project template that integrates elixir) to get the tables into
Pylons:
http://bitbucket.org/gjhiggins/shabti/src/tip/shabti/templates/default/+package+/model/__init__.py_tmpl

HTH

Graham Higgins

--

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


Reply via email to