aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-03 02:10:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-03 02:10:12 +0000
commitb64244312f5d906f3a32dab2b1c2917feccbf280 (patch)
tree2db1a81b7038f901dd89bc8758da3dcff82aea60 /databases/Makefile
parent268bf3e3abd429a76a30bd42899a4b4241f8e058 (diff)
downloadports-b64244312f5d906f3a32dab2b1c2917feccbf280.tar.gz
ports-b64244312f5d906f3a32dab2b1c2917feccbf280.zip
databases/odbc-cpp-wrapper: Add odbc-cpp-wrapper 1.1
odbc-cpp-wrapper is an object-oriented C++-wrapper of the ODBC API. It takes care of - managing the lifetime of ODBC resources, - allocating and managing resources needed for ODBC operations and - converting ODBC errors to exceptions and throwing them. The odbc-cpp-wrapper API attempts to make usage of ODBC as simple as possible. The API was designed to make wrong usage almost impossible and to ensure proper object lifetime management. odbc-cpp-wrapper was originally developed for exchanging spatial data with databases. It focuses on batch operations of variable-sized data, which is not very well supported by other ODBC wrappers.
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 57c8e618cd87..1d1a0f4ef5d9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -228,6 +228,7 @@
SUBDIR += ocaml-dbm
SUBDIR += ocaml-mysql
SUBDIR += ocaml-sqlite3
+ SUBDIR += odbc-cpp-wrapper
SUBDIR += ods2sql
SUBDIR += opendbviewer
SUBDIR += opendbx