MarkLogic C/C++ Language Binding
The MarkLogic C and C++ API provides a wrapper API around the MarkLogic Server REST API. The API is primarily aimed at Synchronous client application use, rather than Asynchronous use, although this may be supported in the future.
The core project is around a C++ client library for MarkLogic, but using this base we have created wrappers for other languages too.
Covered languages:
- C++
- C
- C#
- Python