diff options
author | bapt <bapt@FreeBSD.org> | 2010-09-15 21:27:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-09-15 21:27:01 +0800 |
commit | 648d1353eef0a208bfa69a04e8519a8d0026b112 (patch) | |
tree | 7f72659f31a5c1d91807870f597b27a27eacf046 /databases/Makefile | |
parent | 20a857019a71528acecd66aed702000956434588 (diff) | |
download | freebsd-ports-gnome-648d1353eef0a208bfa69a04e8519a8d0026b112.tar.gz freebsd-ports-gnome-648d1353eef0a208bfa69a04e8519a8d0026b112.tar.zst freebsd-ports-gnome-648d1353eef0a208bfa69a04e8519a8d0026b112.zip |
SOCI is a database access library for C++ that makes the illusion of embedding
SQL queries in the regular C++ code, staying entirely within the Standard C++.
The idea is to provide C++ programmers a way to access SQL databases in the most
natural and intuitive way. If you find existing libraries too difficult for your
needs or just distracting, SOCI can be a good alternative.
WWW: http://soci.sourceforge.net/
PR: ports/150527
Submitted by: Julien Laffaye <kimelto at gmail.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3bf1498f87d5..bbae8fbcff56 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -722,6 +722,7 @@ SUBDIR += skytools SUBDIR += slony1 SUBDIR += slony1v2 + SUBDIR += soci SUBDIR += spatialite SUBDIR += sqlbuddy SUBDIR += sqlcached |