Skip to content

Commit 2021c0e

Browse files
committed
README.md: contributions are very welcome
1 parent 44990f2 commit 2021c0e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ box.remove(person) # Delete
6666
```
6767

6868
For 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

7879
Coming in the future
79-
-------------
80+
--------------------
8081
The 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

8892
Contributing
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
101105
The easiest way is to get all the binaries from the latest release in PyPI.
106+
102107
```bash
103108
pip download objectbox
104109
unzip objectbox*.whl

0 commit comments

Comments
 (0)