Port details |
- odbc-cpp-wrapper Object-oriented C++-wrapper of the ODBC API
- 1.1 databases
=2 1.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-03 02:27:13
- Last Update: 2022-10-03 02:10:12
- Commit Hash: b642443
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/SAP/odbc-cpp-wrapper
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- odbc-cpp-wrapper>0:databases/odbc-cpp-wrapper
- To install the port:
- cd /usr/ports/databases/odbc-cpp-wrapper/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/odbc-cpp-wrapper
- pkg install odbc-cpp-wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: odbc-cpp-wrapper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1663672720
SHA256 (SAP-odbc-cpp-wrapper-v1.1_GH0.tar.gz) = 27b45ff65e2f2963bb642c91864892570a6a3867932a53db3b59d4179a650904
SIZE (SAP-odbc-cpp-wrapper-v1.1_GH0.tar.gz) = 60600
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libodbc.so : databases/unixODBC
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_odbc-cpp-wrapper
- USES:
- cmake compiler:c++11-lang localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1 03 Oct 2022 02:10:12
    |
Po-Chuan Hsieh (sunpoet)  |
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. |
Number of commits found: 1
|