sorry i've found the answer
http://www.sqlalchemy.org/trac/wiki/SqlSoup and
http://spyced.blogspot.com/2006/04/introducing-sqlsoup.html
from sqlalchemy.ext.sqlsoup import SqlSoup
db = SqlSoup('oracle://zzzzz:zzzzz@xe')
rp = db.bind.execute('select * from mupp')
a = rp.fetchall()
a[0].codeup
a[0].name
On Jan 29, 7:34 pm, arief nur andono <[email protected]> wrote:
> hi...i'm a newbie developer and used to cooking web with codeigniter
>
> i've try django a little bit but it's not that simple to run a web in
> production
>
> now i'm going to use werkzeug but i face an existing database and it's
> impossible for me for rewrite all database table
>
> is there anybody could save me to create web from that existing
> database through cx_oracle since i use oracle
>
> please help...
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" 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/pocoo-libs?hl=en.