[sqlalchemy] Getting a column's type from the column

2009-02-04 Thread PacSci
Hi. After working out my metadata issues (and scrapping four revisions and a Tomboy notepad of plans for my framework), I've realized that I am going to need something that is like FormAlchemy, but will convert models to a WTForms form instead. I've got the basis of the form field extraction code

[sqlalchemy] Re: How best to handle metadata in WSGI framework

2009-01-13 Thread PacSci
...@zzzcomputing.com wrote: On Jan 12, 2009, at 9:15 PM, PacSci wrote: Thank you for the insight. However, the thing is, while this Official Metadata is handled on an app-level basis, I'm looking for something that will span multiple apps. (I'm thinking of projects and apps as Django does

[sqlalchemy] How best to handle metadata in WSGI framework

2009-01-12 Thread PacSci
I've decided that for a WSGI framework I'm working on (based on Werkzeug, if that helps) that SQLAlchemy will be the official ORM - as in, the framework will handle the database side of the equation and the user just provides the models. However, I am trying to figure out how to make sure that

[sqlalchemy] Re: How best to handle metadata in WSGI framework

2009-01-12 Thread PacSci
 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Jan 12, 2009, at 6:09 PM, PacSci wrote: I've decided that for a WSGI framework I'm working on (based on Werkzeug, if that helps) that SQLAlchemy will be the official ORM - as in, the framework will handle the database side