Re: RFC C++ Interface

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: RFC C++ Interface
Дата
Msg-id Pine.LNX.4.30.0012071709540.780-100000@peter.localdomain
обсуждение исходный текст
Ответ на RFC C++ Interface  (Randy Jonasz <rjonasz@click2net.com>)
Ответы Re: RFC C++ Interface  (Randy Jonasz <rjonasz@click2net.com>)
Список pgsql-hackers
Randy Jonasz writes:

> The following are my ideas for implementing the C++ API:

My feeling is that if you want to create a new API, don't.  Instead
immitate an existing one.  For you ambitions you could either take the C++
API of another RDBMS product, try to shoehorn the SQL CLI onto C++, write
a C++ version of JDBC, or something of that nature.  Designing a complete
and good API from scratch is a really painful job when done well, and
given that the market for C++ combined with PostgreSQL traditionally
hasn't exactly been huge you need all the head starts you can get.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [DOCS] organization file
Следующее
От: Camm Maguire
Дата:
Сообщение: Re: copy from stdin limits