postgres library in Python core

Поиск
Список
Период
Сортировка
От ryan@ryanhiebert.com
Тема postgres library in Python core
Дата
Msg-id AA727140-9C3E-4B0B-9E0B-CCAAB12E02ED@ryanhiebert.com
обсуждение исходный текст
Ответы Re: postgres library in Python core  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: postgres library in Python core  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
Over on the python-ideas list, GvR indicated interest in someone looking into including a postgres module (and mysql)
inthe stdlib. 

http://mail.python.org/pipermail/python-ideas/2013-March/019874.html

Quoting from there:

> The number one question to ask about candidates for standard library
> inclusion is "Does it make sense for this module to receive new
> features only once every 18-24 months, and only when you upgrade to a
> new version of Python?". Interfaces to specific external services
> (including databases) almost never pass that test.

Also mentioned there was that inclusion would need a commitment for maintenance and backward compatibility.

Do you think psycopg can fit that bill? Is there interest in pursuing it?

Ryan Hiebert

В списке psycopg по дате отправления:

Предыдущее
От: David Roid
Дата:
Сообщение: Re: import error due to failure to link to libraries
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: postgres library in Python core