C++ port of Postgres - Mailing list pgsql-general

From Joy Arulraj
Subject C++ port of Postgres
Date
Msg-id CABgyVxDBd3EvRdo-Rd6eo8QPEqV8=ShaU2SJfo16wfE0R-hXTA@mail.gmail.com
Whole thread Raw
Responses Re: C++ port of Postgres  (John R Pierce <pierce@hogranch.com>)
Re: C++ port of Postgres  (Dmitry Igrishin <dmitigr@gmail.com>)
Re: C++ port of Postgres  ("FarjadFarid\(ChkNet\)" <farjad.farid@checknetworks.com>)
Re: C++ port of Postgres  (Christian Convey <christian.convey@gmail.com>)
List pgsql-general
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 by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: Postgres Pain Points 2 ruby / node language drivers
Next
From: John R Pierce
Date:
Subject: Re: C++ port of Postgres