Couchbase C++ SDK Goes GA |
Written by Nikos Vaggalis | |||
Tuesday, 16 July 2024 | |||
Accessing and working with Couchbase from C++ is now possible, thanks to the release of a C++ SDK that provides integration with Couchbase Server. Adding support for C++ might sound weird nowadays when there's more popular languages than it. However, under the covers these languages like Python, NodeJS, Ruby, and PHP bind to Couchbase through this same C++ SDK. As such, releasing the SDK to the public, in addition to the already eleven available SDKs in a variety of programming languages, offers advantages that only a low-level language like C++ confers. Speaking of which, what are they ?
Hooking into the SDK gets you :
To see it in action, you need a C++ 17 compiler and CPM.cmake to include it in your project. Then you can perform operations like the very common one of getting hold of a document, modifying its contents, and replacing it:
More InformationCouchbase C++ Client Related ArticlesCouchbase's Coding Assistant Goes GA
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Tuesday, 16 July 2024 ) |