i'm using sqlalchemy to map onto an existing high relational 3nf db
my issue is this:
i have a lot of scenarios where what I am mapping onto hasn't been
declared yet, which tosses errors
since everything is so relational and there are multiple
dependencies, I don't think its even possible for me to find an order
to declare things in that will work
i think my only option is to just use mapper.add_property() to add
items as it is possible to do so ( which means i end up with
spaghetti code that looks like perl )
i'm hoping one of two things:
a- i'm missing something obvious, as i'm new to sqlalchemy and
everything has been a mindfuck so far
b- there's some amazing feature that will accept string based args,
then i call some magic init method and sqlalchemy will then do its thing
i think its safe to say b doesn't exist, so is there an a?
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users