C++ API

dbSpaces's C++ API is an interface that enables developers to make requests to retrieve data from dbSpaces Virtual Database Servers.

The API allows in the same application both SQL and noSQL (also known as navigational using key/data pairs) requests allowing complete flexability for the developer in delivering data to any application.

If the developer perfers to use noSQL but needs to access database metadata to obtain dictionary information they are able to do this using the DatabaseMetadata object.

The noSQL API allows the developer to use either row or column get/set methods when accessing data in a table.

If the developer is familiar with the JDBC API then they will find the C++ SQL API easy to use.