8000 GitHub - sigalor/objectbox-python: An unofficial binding of ObjectBox for Python 3.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sigalor/objectbox-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

objectbox-python

An unofficial binding of ObjectBox for Python 3.

Requirements

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.

  1. pip3 install flatbuffers
  2. ./objectbox-pygen.py /path/to/flatc entities.fbs
  3. ./demo.py 123 hello

If everything works correctly, an output like the following should appear:

before: 0
after: 1

About

An unofficial binding of ObjectBox for Python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0