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

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема Re: C++ classes as result of selection in postgresql database
Дата
Msg-id CAAfz9KOFTa9q3oUqj7wnV=PwHFy9JgA4PeA-YT7QAuu=3SZ5dw@mail.gmail.com
обсуждение исходный текст
Ответ на C++ classes as result of selection in postgresql database  (Yuriy Rusinov <yrusinov@gmail.com>)
Ответы Re: C++ classes as result of selection in postgresql database  (Yuriy Rusinov <yrusinov@gmail.com>)
Список pgsql-general
пт, 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
classesusing 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.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Behaviour when autovacuum is canceled
Следующее
От: Jeremy Schneider
Дата:
Сообщение: Re: Slow shutdowns sometimes on RDS Postgres