ed -

i have an example i havent brought up much yet that is similar:

http://www.sqlalchemy.org/trac/browser/sqlalchemy/trunk/examples/ vertical/vertical.py

it should be working in the trunk, though i havent run it for awhile.

- m


On Apr 28, 2006, at 6:02 PM, Ed Suominen wrote:

A project I'm working on will use persistent dictionary objects that
contain various types of Python objects. The dict will be saved to and
restored from a database with SQLAlchemy.

I'm picturing a database schema like the following:
http://deadbeefbabe.org/paste/362

This prototype code uses my "database" module,
http://foss.eepatents.com/pNetworkX/browser/trunk/pnetworkx/ database.py.

In addition to providing persistence, I plan to use the database to do
things like text searching for dictionary items that are string objects, finding dictionary items named 'price' that are of a numerical type and
are less than 12.50, etc.

Is anyone doing anything like this already? If not, is anyone interested in an open-source package that will accomplish this, either as a user or
helping to do some development work?

Best regards,
Ed Suominen





-------------------------------------------------------
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



-------------------------------------------------------
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

Reply via email to