File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ box.remove(person) # Delete
6666```
6767
6868For more information and code examples, see the tests folder. The docs for other languages may also help you understand the basics.
69+
6970* ObjectBox Java = https://docs.objectbox.io
7071* ObjectBox Go - https://golang.objectbox.io
7172* ObjectBox Swift - https://swift.objectbox.io
@@ -76,14 +77,17 @@ Some features
7677* bulk operations
7778
7879Coming in the future
79- -------------
80+ --------------------
8081The goodness you know from the other ObjectBox language-bindings, e.g.,
82+
8183* model management (no need to manually set id/uid)
8284* automatic model migration (no schema upgrade scripts etc.)
8385* powerful queries
8486* relations (to-one, to-many)
8587* asynchronous operations
86- * secondary indexes
88+ * secondary indexes
89+
90+ PS.: contributions are very welcome! :)
8791
8892Contributing
8993------------
@@ -99,6 +103,7 @@ The library should be placed in the `objectbox/lib/[architecture]/` folder of th
99103
100104### Getting ObjectBox C-API library from pip
101105The easiest way is to get all the binaries from the latest release in PyPI.
106+
102107``` bash
103108pip download objectbox
104109unzip objectbox* .whl
You can’t perform that action at this time.
0 commit comments