There is something for this in SQLAlchemy-Utils, I noticed the other day:

http://sqlalchemy-utils.readthedocs.org/en/latest/data_types.html#module-sqlalchemy_utils.types.json

... but I have no idea how useful or mature that is.

Gulli



On Mon, Nov 18, 2013 at 3:24 PM, Michael Bayer <mike...@zzzcomputing.com>wrote:

> as you’ve found on the issue tracker it’s a TODO, I’m surprised nobody’s
> contributed this yet as it follows the same patterns as HSTORE and RANGE,
> both of which were contributed by users.
>
>
> On Nov 17, 2013, at 6:46 PM, Adam Tauno Williams <awill...@whitemice.org>
> wrote:
>
> > Has anyone implemented a wrapper for PostgreSQL's JSON data type?
> > Particularly one that uses the built-in operations in 9.3.
> >
> > I have been pointed to
> > https://github.com/inklesspen/frameline/blob/master/frameline/models.py
> > but any use of operator's would have to be done as a literal.
> >
> >
> > --
> > Adam Tauno Williams <mailto:awill...@whitemice.org> GPG D95ED383
> > Systems Administrator, Python Developer, LPI / NCLA
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sqlalchemy" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sqlalchemy+unsubscr...@googlegroups.com.
> > To post to this group, send email to sqlalchemy@googlegroups.com.
> > Visit this group at http://groups.google.com/group/sqlalchemy.
> > For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to