aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-09-15 13:27:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-09-15 13:27:01 +0000
commit1d16ff67bed7f1987eb3273999d46511ea950a7b (patch)
tree2f42baa1417a43b555d24a2a9a0b866aaf512009 /databases/Makefile
parent54b8bec330c8cf6a3702fe426e571cabc2f99ca9 (diff)
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>
Notes
Notes: svn path=/head/; revision=261213
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
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