Skip to content

Commit 3e2b7c4

Browse files
authored
Merge pull request #58 from objectbox/ivahnenkoAnna-patch-1
feedback form
2 parents 3bc0601 + 4a5adec commit 3e2b7c4

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ High-performance Swift database
4040

4141
Enjoy ❤️
4242

43+
4344
<a name="cocoapods"></a>Adding ObjectBox to your project
4445
--------------------------------------------------------
4546
[CocoaPods](https://cocoapods.org) is recommended to set up ObjectBox in your project.
@@ -121,20 +122,11 @@ Source code
121122
-----------
122123
Source code for ObjectBox's Swift binding can be found [in the Source folder](Source/README.md).
123124

124-
Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT
125-
------------------------
126-
ObjectBox is a cross-platform database supporting [multiple native languages](https://objectbox.io/dev-get-started/):
127-
128-
* [ObjectBox Java/Kotlin Database](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers.
129-
* [Golang Data Persistence](https://github.com/objectbox/objectbox-go): great for IoT, data-driven tools, and server applications.
130-
* [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices
131-
also enables porting ObjectBox to other languages.
132-
* [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart/): persist Dart objects & build cross-platform apps using Flutter.
133-
134-
How can I help ObjectBox?
125+
Already using ObjectBox?
135126
---------------------------
136-
We're on a mission to bring joy and delight to Mobile app developers.
137-
We want ObjectBox not only to be the fastest Swift database, but also the swiftiest Swift data persistence, making you enjoy coding with ObjectBox.
127+
Your opinion matters to us! Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
128+
129+
We're on a mission to bring joy and delight to Mobile app developers. We want ObjectBox not only to be the fastest Swift database, but also the swiftiest Swift data persistence, making you enjoy coding with ObjectBox.
138130

139131
To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development?
140132

@@ -149,6 +141,18 @@ Thank you! 🙏
149141

150142
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
151143

144+
145+
Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT
146+
------------------------
147+
ObjectBox is a cross-platform database supporting [multiple native languages](https://objectbox.io/dev-get-started/):
148+
149+
* [ObjectBox Java/Kotlin Database](https://github.com/objectbox/objectbox-java): runs on Android, desktop, and servers.
150+
* [Golang Data Persistence](https://github.com/objectbox/objectbox-go): great for IoT, data-driven tools, and server applications.
151+
* [C and C++ Database](https://github.com/objectbox/objectbox-c): native speed with zero copy access to objects on embedded devices
152+
also enables porting ObjectBox to other languages.
153+
* [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart/): persist Dart objects & build cross-platform apps using Flutter.
154+
155+
152156
License
153157
-------
154158
All files in this repository are under the Apache 2 license:

0 commit comments

Comments
 (0)