Greetings,

I'm looking into using PostgreSQL's hstore type in a SQLAlchemy
project, and before I possibly reinvent the wheel I was wondering if
anyone has/knows of an implementation of an hstore custom type for SQLA?

I'm basically just interested in simply mapping a stand-alone attribute
containing a python dict onto an hstore column, I don't require
auto-magic storage of extra attributes directly added to the object
a la examples/vertical. 

Mainly I want the hstore segregated into it's own attribute because I'd
like to be able to expose expression language support for hstore's
operators (?, ->, ||, and so forth) to manipulate them server-side.

Any pointers?

Thanks,
-Kyle

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en.

Reply via email to