Alerce 1.0.0 released (sync dbapi for Python)

Поиск
Список
Период
Сортировка
От Mariano Reingart
Тема Alerce 1.0.0 released (sync dbapi for Python)
Дата
Msg-id 5aebd8250912081831x52a451f6p4f46482d7f1f3fea@mail.gmail.com
обсуждение исходный текст
Список pgsql-announce
Announcing the release of the first version of Alerce, a synchronous
replication interface for Python (dbapi2 compilant), similar in
concept to Sequoia but simplier.

Based on PyReplica, a PostgreSQL Python-based replication system.

Includes:
 * psycopg2 wrapper (sync, dbapi compilant)
 * basic node control (single master or master-slave)
 * simple failover and failback scripts
 * two phase commit support for psycopg2

With Alerce, python programs can implement transparent synchronous
replication, changing only the connection library.

Download from:
http://pgfoundry.org/frs/download.php/2495/alerce-1.0.0.zip

Further information:
http://pgfoundry.org/projects/pyreplica/

Best regards

Mariano Reingart
http://www.arpug.com.ar/

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

Предыдущее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: PostgreSQL@FOSDEM 2010 - HOTEL room reservation
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: pg_rman - PostgreSQL Recovery Manger released