Re: C++ port of Postgres

Поиск
Список
Период
Сортировка
От Joy Arulraj
Тема Re: C++ port of Postgres
Дата
Msg-id CABgyVxCvQngFZNDoYyqrMDWbexeBYji9d783LRt5AWQcP2mMdA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: C++ port of Postgres  ("FarjadFarid\(ChkNet\)" <farjad.farid@checknetworks.com>)
Список pgsql-general
Thanks, I do hope so.

On Tue, Aug 16, 2016 at 7:00 AM, FarjadFarid(ChkNet) <farjad.farid@checknetworks.com> wrote:

Well done.  This is a much needed conversion. As Peter’s article says, it does open up more opportunities.

 

From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Joy Arulraj
Sent: 14 August 2016 22:06
To: pgsql-general@postgresql.org
Subject: [GENERAL] C++ port of Postgres

 

Hi folks --

We have ported Postgres over to the C++ language (C++11 standard).

https://github.com/jarulraj/postgresql-cpp

Our goal is to use certain features of the C++ language and its standard library to simplify coding, improve code reuse, and avoid bugs. Peter's article titled `Moving to C++` was a source of inspiration for us.

Regards.


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

Предыдущее
От: Joy Arulraj
Дата:
Сообщение: Re: C++ port of Postgres
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Any reasons for 'DO' statement not returning result?