Re: Which Python library - psycopg2 or pygresql?

Поиск
Список
Период
Сортировка
От Micah Yoder
Тема Re: Which Python library - psycopg2 or pygresql?
Дата
Msg-id 200804241121.24393.micah@yoderdev.com
обсуждение исходный текст
Ответ на Which Python library - psycopg2 or pygresql?  ("Dawid Kuroczko" <qnex42@gmail.com>)
Ответы Re: Which Python library - psycopg2 or pygresql?
Список pgsql-general
On Tuesday 15 April 2008 10:27:14 am Dawid Kuroczko wrote:
> Whch would you suggest?
> How do they differ?

Sorry to bring this back up (I try to keep up with this list but it's hard!),
but isn't licensing a concern?

If I understand correctly, pygresql is BSD-licensed, but depends on MX which
is GPL *incompatible* whereas psycopg is GPL.

If that is the case, which one you choose depends strictly on the license of
your project.  If GPL, use psychopg.  If anything else, use pygresql.

Is that accurate?

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How to modify ENUM datatypes?
Следующее
От: "Emiliano Moscato"
Дата:
Сообщение: Re: Stored procedures in C