An unofficial binding of ObjectBox for Python 3.
Linux, only tested on Ubuntu 16.04 x86_64. Make sure that Python 3 and libobjectbox.so
are installed and that you have flatc readily available.
pip3 install flatbuffers
./objectbox-pygen.py /path/to/flatc entities.fbs
./demo.py 123 hello
If everything works correctly, an output like the following should appear:
before: 0
after: 1