Hello,
I've just found the page
http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers , which says "If you
know of a driver or wrapper for SQLite that is not listed below, please
feel free to add it to the list."
I would like to add an entry for quince, but I need to log in. Log in to
what? How do I register? Or do I need to ask an authorized person to do it?
Thanks,
--- Michael
On 19/08/2014 8:18 AM, Michael Shepanski wrote:
Hi Sqliters,
I've released an open-source library called quince (QUeries In C++
Expressions) that lets you access sqlite3 easily from C++. I know, I
know: you've got plenty of those already, but this one is different I
promise...
It's an EDSL (Embedded Domain-Specific Language), which lets you build
sophisticated SQL features 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 PostgreSQL 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
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users