Skip to content

Commit a86b041

Browse files
Update README.md
1 parent 811e156 commit a86b041

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1+
<p align="center"><img width="466" src=https://user-images.githubusercontent.com/91467067/190631181-ac090b78-f917-49f2-9293-0f1efa82db18.png></p>
2+
3+
<p align="center">
4+
<a href="https://golang.objectbox.io/install">Getting Started</a> •
5+
<a href="https://golang.objectbox.io">Documentation</a> •
6+
<a href="https://github.com/objectbox/objectbox-go/tree/main/examples">Example Apps</a> •
7+
<a href="https://github.com/objectbox/objectbox-go/issues">Issues</a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://golang.objectbox.io/#changelog">
12+
<img src="https://img.shields.io/github/v/release/objectbox/objectbox-go?color=17A6A6&style=flat-square" alt="Latest Release">
13+
</a>
14+
<a href="https://github.com/objectbox/objectbox-go/stargazers">
15+
<img src="https://img.shields.io/github/stars/objectbox/objectbox-go?color=7DDC7D&logo=github&style=flat-square" alt="Star objectbox-java">
16+
</a>
17+
<a href="https://github.com/objectbox/objectbox-java/blob/main/LICENSE.txt">
18+
<img src="https://img.shields.io/github/license/objectbox/objectbox-java?color=17A6A6&logo=apache&style=flat-square" alt="Apache 2.0 license">
19+
</a>
20+
<a href="https://twitter.com/ObjectBox_io">
21+
<img src="https://img.shields.io/twitter/follow/objectbox_io?color=%20%2300aced&logo=twitter&style=flat-square" alt="Follow @ObjectBox_io">
22+
</a>
23+
</p>
24+
125
ObjectBox Go Database - simple but powerful; frugal but fast
226
=========================
327
The Golang database is easy to use via an intuitive native Golang API and persists objects superfast and sustainably.\
428
Go and check out [the performance benchmarks vs SQLite (GORM) & Storm](https://objectbox.io/go-1-0-release-and-performance-benchmarks/).
529

6-
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
7-
830
ObjectBox persists your native Go structs using a simple CRUD API:
931

1032
```go
@@ -24,8 +46,6 @@ Latest release: [v1.6.1 (2022-01-27)](https://golang.objectbox.io/)
2446
- [Other languages/bindings](#other-languagesbindings)
2547
- [License](#license)
2648

27-
<hr/>
28-
2949
High-performance Go database
3050
--------------------------------
3151
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
@@ -92,6 +112,8 @@ Also, please have a look at the [examples](examples) directory and for the API r
92112
Already using ObjectBox Database?
93113
---------------------------
94114

115+
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
116+
95117
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.
96118
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
97119

0 commit comments

Comments
 (0)