Re: New wrapper library: QUINCE

From: Larry White <ljw1001(at)gmail(dot)com>
To: Jov <amutu(at)amutu(dot)com>
Cc: Michael Shepanski <mps(at)optusnet(dot)com(dot)au>, pgsql-general <pgsql-general(at)postgresql(dot)org>, pgsql-announce(at)postgresql(dot)org
Subject: Re: New wrapper library: QUINCE
Date: 2014-08-19 12:31:54
Message-ID: CAMdbzVjJmu+Xh__c_N3-_C+cjbV8Keh6qRXaepJR2GQbGzfwYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

I'm not a C++ developer, but this looks like a really well-designed API.
Nice work.

On Mon, Aug 18, 2014 at 9:21 PM, Jov <amutu(at)amutu(dot)com> wrote:

> A cool project!
>
> Jov
> blog: http:amutu.com/blog <http://amutu.com/blog>
>
>
> 2014-08-19 6:43 GMT+08:00 Michael Shepanski <mps(at)optusnet(dot)com(dot)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(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-general
>>
>
>

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Virginie Jourdan 2014-08-19 13:18:36 Introducing POWA ! A new PostgreSQL Workload Analyzer
Previous Message Jov 2014-08-19 01:21:34 Re: New wrapper library: QUINCE

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Thakur 2014-08-19 14:11:00 Mimicking Oracle SYSDATE
Previous Message Ramesh T 2014-08-19 12:13:50 pgbadger download