[sqlalchemy] Postgresql 9.4 JSONB support

2014-06-24 Thread Damian Dimmich
Hello, I've started putting together support for JSONB - a new type introduced with the postgres 9.4 beta here: https://github.com/ddimmich/sqlalchemy As this shares a lot with the JSON datatype I've kept the code in the json.py file. Please let me know if you think it should have its own

Re: [sqlalchemy] Postgresql 9.4 JSONB support

2014-06-24 Thread Mike Bayer
On 6/24/14, 3:32 AM, Damian Dimmich wrote: Hello, I've started putting together support for JSONB - a new type introduced with the postgres 9.4 beta here: https://github.com/ddimmich/sqlalchemy As this shares a lot with the JSON datatype I've kept the code in the json.py file. Please