You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
ObjectBox Go Database - simple but powerful; frugal but fast
2
2
=========================
3
-
The Golang database persists objects superfast and sustainably; [check the performance benchmarks vs SQLite (GORM) & Storm](https://objectbox.io/go-1-0-release-and-performance-benchmarks/). The intuitive Golang API makes using ObjectBox as an embedded database in your next Go app a breeze.
3
+
The Golang database is easy to use via an intuitive native Golang API and persists objects superfast and sustainably.\
4
+
Go and check out [the performance benchmarks vs SQLite (GORM) & Storm](https://objectbox.io/go-1-0-release-and-performance-benchmarks/).
4
5
5
6
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
43
44
44
45
45
-
Getting started
46
+
Getting started: Go!
46
47
---------------
47
48
To install ObjectBox, execute the following command in your project directory.
48
49
You can have a look at [installation docs](https://golang.objectbox.io/install) for more details and further instructions.
@@ -88,7 +89,7 @@ See the [Getting started](https://golang.objectbox.io/getting-started) section o
88
89
Also, please have a look at the [examples](examples) directory and for the API reference see
89
90
[ObjectBox GoDocs](https://godoc.org/github.com/objectbox/objectbox-go/objectbox) - and the sources in this repo.
90
91
91
-
Already using ObjectBox?
92
+
Already using ObjectBox Database?
92
93
---------------------------
93
94
94
95
We believe, ObjectBox is super easy to use. We are on a mission to make developers’ lives better, by building developer tools that are intuitive and fun to code with.
0 commit comments