Python mapping with new 9.2 data types

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Python mapping with new 9.2 data types
Date: 2012-09-24 10:06:00
Message-ID: CA+mi_8Y9YXGjwGaSrHSJkTREWSoJiz2v3aoSnR+biSdFUsUrJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I've worked at Python-Postgres mapping for the new PostgreSQL 9.2 data
types. They should be released with the next psycopg2 version.

The current design, susceptible to changes if needed, is documented here:

- JSON adaptation: http://initd.org/psycopg/docs/extras.html#json-adaptation
- Range data types: http://initd.org/psycopg/docs/extras.html#range-data-types

The code is available in feature branches of my github repository:
https://github.com/dvarrazzo/psycopg

Any feedback (tests, comments, docs corrections) is very welcome.

Regards,

-- Daniele

Browse pgsql-general by date

  From Date Subject
Next Message salah jubeh 2012-09-24 10:47:47 Re: 9.1 vs 8.4 performance
Previous Message Albe Laurenz 2012-09-24 09:54:26 Re: Question about upgrading extensions