[sqlalchemy] Re: Object-oriented engine?

2007-02-09 Thread chmod
Thanks for the tips, however I mean this DB we have is pure objects, there are no tables. So there isn't much of a logical leap to strap python on top of it, however you can't use and SQL. I guess I was wondering how tied to SQL SA is? If it's fundamental to the core, then I'm out of luck. But it

[sqlalchemy] Object-oriented engine?

2007-02-08 Thread chmod
Has anyone tried making an engine for an OODB? My company is heavily ties into Versant, and we'd love to use SQLAlchemy if possible. Is this even a valid thought? Versant doesn't support SQL, most of its calls are graph navigation. getchild(), getparent(), getattr() etc... Is this worth