Re: New wrapper library: QUINCE

Поиск
Список
Период
Сортировка
От Jov
Тема Re: New wrapper library: QUINCE
Дата
Msg-id CADyrUxNA229Jf9z9jppTguhArcY-+-qNj3rCM2xDyfg29MkdRg@mail.gmail.com
обсуждение исходный текст
Ответ на New wrapper library: QUINCE  (Michael Shepanski <mps@optusnet.com.au>)
Ответы Re: New wrapper library: QUINCE  (Larry White <ljw1001@gmail.com>)
Список pgsql-general
A cool project!



2014-08-19 6:43 GMT+08:00 Michael Shepanski <mps@optusnet.com.au>:
Hi PostgreSQLers,

I've released an open-source library called quince (QUeries In C++ Expressions) that helps you access PostgreSQL from C++.  I know, I know: you've got plenty of those already, but this one is different ...

It's an EDSL (Embedded Domain-Specific Language), which lets you build sophisticated SQL queries in C++ syntax with C++ data types, and it's also an ORM, which figures out how to represent your C++ structs/classes/tuples as multiple columns. It's a plain old library, so no special compiler and no code generation step. And fwiw it works with sqlite too (and maybe other DBMSes in the future -- it's a matter of adding backend libraries).

It's all explained at http://quince-lib.com .

Cheers,
--- Michael Shepanski


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Localhost vs. Unix Domain Sockets?
Следующее
От: Ken Tanzer
Дата:
Сообщение: Re: Localhost vs. Unix Domain Sockets?