Skip to content

Commit 3fb2f0b

Browse files
Vahid1919greenrobot-team
authored andcommitted
Added Table of Contents to README
1 parent 2d47661 commit 3fb2f0b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@
1414
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
1515

1616
**Latest version: [3.2.1 (2022/07/05)](https://docs.objectbox.io/#objectbox-changelog)**
17-
1817
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/bdktGBUmL4m48ruj7).
1918

19+
## Table of Contents
20+
- [Why use ObjectBox](#why-use-objectbox)
21+
- [Features](#features)
22+
- [Gradle setup](#gradle-setup)
23+
- [First steps](#first-steps)
24+
- [Already using ObjectBox?](#already-using-objectbox)
25+
- [Other languages/bindings](#other-languagesbindings)
26+
- [License](#license)
27+
28+
---
29+
2030
Demo code using ObjectBox:
2131

2232
```kotlin
@@ -37,6 +47,8 @@ box.put(playlist);
3747

3848
🧾 **Want details?** [Read the docs](https://docs.objectbox.io/)
3949

50+
51+
4052
## Why use ObjectBox
4153

4254
ObjectBox NoSQL Java database is built for storing data locally on mobile devices. It is optimized for high efficiency on restricted devices and uses minimal CPU and RAM. Being fully ACID-compliant, ObjectBox is faster than any alternative, outperforming SQLite and Realm across all CRUD (Create, Read, Update, Delete) operations. Check out our [Performance Benchmarking App repository](https://github.com/objectbox/objectbox-performance).

0 commit comments

Comments
 (0)