Re: C++ classes as result of selection in postgresql database

Поиск
Список
Период
Сортировка
От Yuriy Rusinov
Тема Re: C++ classes as result of selection in postgresql database
Дата
Msg-id CAA5U4szhTd_Eb=pRC1PJF_D5q_R5ANiR5G2NqcM1PeV=2R9aSQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: C++ classes as result of selection in postgresql database  (Dmitry Igrishin <dmitigr@gmail.com>)
Список pgsql-general
Thanks a lot. 

On Fri, Sep 14, 2018 at 6:41 PM Dmitry Igrishin <dmitigr@gmail.com> wrote:
пт, 14 сент. 2018 г. в 17:23, Yuriy Rusinov <yrusinov@gmail.com>:
>
> Dear colleagues !
>
> I have to calculate road graph from coordinates and save it to postgresql database. Is it possible to construct my classes using libpqxx API and return it to client or I need to develop these API on another layer after data selection ?
With the Pgfe C++ API (https://github.com/dmitigr/pgfe) it's possible
to define any class and specialize the structure template Conversions
to convert the data nicely from the database to this class and back.


--
Best regards,
Sincerely yours,
Yuriy Rusinov.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Slow shutdowns sometimes on RDS Postgres
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: Slow shutdowns sometimes on RDS Postgres