New wrapper library: QUINCE

From: Michael Shepanski <mps(at)optusnet(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org, pgsql-announce(at)postgresql(dot)org
Subject: New wrapper library: QUINCE
Date: 2014-08-18 22:43:30
Message-ID: 53F28192.70908@optusnet.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

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

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Jov 2014-08-19 01:21:34 Re: New wrapper library: QUINCE
Previous Message David Fetter 2014-08-18 05:57:42 == PostgreSQL Weekly News - August 17 2014 ==

Browse pgsql-general by date

  From Date Subject
Next Message Ken Tanzer 2014-08-18 23:55:28 Localhost vs. Unix Domain Sockets?
Previous Message Granthana 2014-08-18 16:49:07 Re: .pgpass being ignored