Re: Setting up Pylons as a client to an exsisting DB

2009-12-02 Thread Jonathan Vanasco
On Dec 1, 5:42 pm, Graham Higgins wrote: > On Dec 1, 8:36 pm, Mike Toews 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 S

Re: Setting up Pylons as a client to an exsisting DB

2009-12-01 Thread Graham Higgins
On Dec 1, 8:36 pm, Mike Toews 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://

Re: Setting up Pylons as a client to an exsisting DB

2009-12-01 Thread Mariano Mara
Excerpts from Mike Toews's message of Tue Dec 01 17:36:40 -0300 2009: > Hi, > > I'm new to Pylons, and I would like to use it with an existing > PostgreSQL database. I understand that SQLAlchemy can set up a > complete database (using "metadata.create_all()"), complete with > foreign keys and sequ

Re: Setting up Pylons as a client to an exsisting DB

2009-12-01 Thread Wyatt Baldwin
On Dec 1, 12:36 pm, Mike Toews wrote: > Hi, > > I'm new to Pylons, and I would like to use it with an existing > PostgreSQL database. I understand that SQLAlchemy can set up a > complete database (using "metadata.create_all()"), complete with > foreign keys and sequences, but I have absolutely no

Setting up Pylons as a client to an exsisting DB

2009-12-01 Thread Mike Toews
Hi, I'm new to Pylons, and I would like to use it with an existing PostgreSQL database. I understand that SQLAlchemy can set up a complete database (using "metadata.create_all()"), complete with foreign keys and sequences, but I have absolutely no interest in this, since I have already crafted the