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

2018-09-14 Thread Yuriy Rusinov
Thanks a lot. On Fri, Sep 14, 2018 at 6:41 PM Dmitry Igrishin wrote: > пт, 14 сент. 2018 г. в 17:23, Yuriy Rusinov : > > > > Dear colleagues ! > > > > I have to calculate road graph from coordinates and save it to > postgresql database. Is it possible to construct

C++ classes as result of selection in postgresql database

2018-09-14 Thread Yuriy Rusinov
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 ? -- Best regards, Sincerely yours, Yuriy