Re: C++ port of Postgres

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема Re: C++ port of Postgres
Дата
Msg-id CAAfz9KN8YpruCOtSp8uqVJGS5++9+QUbq2CHjOP-g0kYkQJM2Q@mail.gmail.com
обсуждение исходный текст
Ответ на C++ port of Postgres  (Joy Arulraj <jarulraj@cs.cmu.edu>)
Список pgsql-general
Hi Joy,

2016-08-15 0:05 GMT+03:00 Joy Arulraj <jarulraj@cs.cmu.edu>:
> 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.
What about the exceptions? Are you using them?

--
// Dmitry.


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: C++ port of Postgres
Следующее
От: Joy Arulraj
Дата:
Сообщение: Re: C++ port of Postgres