On Jan 1, 2010, at 1:51 PM, Neal wrote:

> Does SQLAlchemy work with and/or serve any useful purposes
>   with non- SQL databases such as Google's BigTable or Amazon's SimpleDB? 
> Thanks,
>   Neal Walters -- [...] 
> 


There is a proposal to allow SQLAlchemy to integrate naturally with nosql 
databases, leveraging the state management capabilities of the Session and 
attribute instrumentation, and allow free mixing of relational and 
non-relationally mapped objects.    It does not cover query construction or 
persistence mechanisms in any way, which would be remain external to SQLA.

Its pretty easy to implement on the SQLA side but would require integration 
modules to be created for each individual backend.  
http://www.sqlalchemy.org/trac/ticket/1518



--

You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to