CppCrate is a C++ interface for Crate (http://crate.io). It supports normal SQL based queries – including statements with parameter substitution and bulk operations – and provides an interface to manage blob data.
Using CppCrate is straight forward: Create a client, connect to a node and make your request:
For more small code examples have a look at how to use CppCrate.
A full build instruction can be found in the README files in CppCrate's git repository. Just have a look there.
CppCrate is licensed under the Apache License, version 2.0. Copyright 2017 Lorenz Haas. For more information see the LICENSE file at the repository.