Re: talking to postgresql from C/C++
От | Merlin Moncure |
---|---|
Тема | Re: talking to postgresql from C/C++ |
Дата | |
Msg-id | 303E00EBDD07B943924382E153890E5433F7EA@cuthbert.rcsinc.local обсуждение исходный текст |
Ответ на | talking to postgresql from C/C++ (terr@terralogic.net) |
Ответы |
Re: talking to postgresql from C/C++
|
Список | pgsql-hackers |
mlw [mailto:pgsql@mohawksoft.com] wrote: > I use PostgreSQL with C++ all the time. I actually have a SQL class that > abstracts libpq and ODBC, so I'm pretty much past a lot of the "how I > want to use it" stuff. What about libpq++? I have not used the thing, but if he absolutely insists on using C++ in his database interface that's at least worth checking out. Same for embedded C. I often use the zeos toolkit for postgres, which works with C++ Builder, Delphi, and Kylix. If you use those tools I can vouch that they are a good way to write apps with postgres. The zeos connection toolkit is an order of magnitude faster than pgodbc. For tight oo integration with the database, I would take either Java or (if you hail from *nix and can deal with mono) C#. Merlin
В списке pgsql-hackers по дате отправления: