objectbox / objectbox-python

Superfast on-device object & vector database for Python
https://objectbox.io/
Apache License 2.0
113 stars 17 forks source link

update python implementation #2

Closed vitoller closed 3 years ago

vitoller commented 3 years ago

It would be great to be able to use ObjectBox in Python.

I tried to add relations and querybuilder, but noticed that the Python examples are based on an old version of objectbox.

what are the changes to objectbox since then?

The proposal is to:

Thanks

vaind commented 3 years ago

The new v0.2.0 release updates to the latest c-api v0.10.0, with some other additions: release notes.

objectbox-python is looking for contributors, so if you're willing, please have a look at the issues and CONTRIBUTING.md

e.g. issues to add relations #7 and queries #3 are ready to work on.

Closing this issue, the detailed discussions should go to appropriate followup issues