Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

External sources

This folder contains sources that may be used by test/example applications.

flatcc/flatcc-src

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

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.