Re: JSONB marshalling

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: JSONB marshalling
Date: 2014-07-25 16:40:20
Message-ID: 53D28874.8040202@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 25/07/14 18:29, maplabs(at)light42(dot)com wrote:
[Out of topic and subjective stuff removed]

> agree, disagree or indifferent, psycopg2 would be missing a major
> opportunity if the project does not
> fully embrace and present JSONB in PostgreSQL.

Have you read Daniele email? psycopg2 supports jsonb RIGHT NOW. You only
have to register the ALREADY EXISTING type caster/adapter and you're done.

What Daniele was asking is if someone has something against enabling it
as default in the next point release. Given that json type
caster/adapter is already enabled I don't see any reason to not register
jsonb one too.

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
Di Nunzio & Di Gregorio srl http://dndg.it
A desobediência é uma virtude necessária à criatividade. -- Raul Seixas

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message pascal 2014-08-12 13:46:46 Fastest way to insert/update many rows
Previous Message maplabs 2014-07-25 16:29:51 Re: JSONB marshalling