NuoDB C++ Driver

The NuoDB C++ API is mostly modeled after the Java JDBC API. The API is documented at C++ Driver API Reference. There are no special requirements.

The NuoDB C++ driver supports Microsoft Visual C++ 2017.

Microsoft Windows users that require a compiler version that is not supported by the current NuoDB C++ driver must use one of the following:

  • An older version of the C++ driver (the libNuoRemote library from an older version of NuoDB)

  • The NuoDB C driver included in this release of NuoDB

Installation

The C++ API library (NuoRemote) is installed by default with the product and there are no additional installation steps required.

Platform NuoDB C++ Library

Linux

NUODB_HOME/lib64/libNuoRemote.so

Windows

NUODB_HOME\bin\NuoRemote.dll

Include files can be found in NUODB_HOME/include.