I have a simple HStore(UserDefinedType) implementation that works well
with PostgreSQL.  I'd also like to provide a more generic HStore
implementation that can be used with SQLite for in-memory unit testing
databases.  That fallback implementation could be implemented in terms
of pickled or JSON-encoded dictionaries.

For my purposes, I'm only interested in bulk dictionary storage.  I
don't need a full hstore implementation complete with query language
support, etc.

What is the recommended way to expose these two specialized type
implementations?  It looks like the .with_variant() method might be
helpful here, but the documentation on type variants is slim enough
that I thought it best to ask here first.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@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