Skip to content

Commit 3680274

Browse files
Update README.md
1 parent 556d965 commit 3680274

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,41 @@ playlist.songs.add(new Song("Lololo"));
2424
box.put(playlist);
2525
```
2626

27+
Want details? **[Read the docs](https://docs.objectbox.io/)**
28+
29+
High-performance database
30+
-------------
31+
🏁 High-speed data persistence enabling realtime applications
32+
33+
💻 Cross-platform Database for Linux, Windows, Android, iOS, macOS
34+
35+
🪂 ACID compliant: Atomic, Consistent, Isolated, Durable
36+
37+
🌱 Scalable: grows with your needs, handling millions of objects with ease
38+
39+
40+
41+
**Easy to use**
42+
43+
🔗 Built-in [Relations (to-one, to-many)](https://docs.objectbox.io/relations)
44+
45+
[Powerful queries](https://docs.objectbox.io/queries): filter data as needed, even across relations
46+
47+
🦮 Statically typed: compile time checks & optimizations
48+
49+
📃 Automatic schema migrations: no update scripts needed
50+
51+
52+
53+
**And much more than just data persistence**
54+
55+
**[ObjectBox Sync](https://objectbox.io/sync/)**: keeps data in sync between devices and servers
56+
57+
🕒 [ObjectBox TS](https://objectbox.io/time-series-database/): time series extension for time based data
58+
59+
60+
Enjoy ❤️
61+
2762
Other languages/bindings
2863
------------------------
2964
ObjectBox supports multiple platforms and languages.

0 commit comments

Comments
 (0)