This folder contains sources that may be used by test/example applications.
FlatBuffers API for C: see https://github.com/dvidelabs/flatcc
Flatcc is NOT part of the ObjectBox C API itself. If you want to use ObjectBox in a C application, you should manage a flatcc dependency yourself.
You can use libobjectbox in another language than C with a FlatBuffers library for that language.
FlatBuffers API for C++: see https://github.com/google/flatbuffers/
FlatBuffers is NOT part of the ObjectBox C/C++ API itself, you should manage the dependency yourself.