From 409a0b5d2c708ed85b79db1e4e23ea2b2c396ff3 Mon Sep 17 00:00:00 2001 From: Anna Ivahnenko <91467067+ivahnenkoAnna@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:08:15 +0100 Subject: [PATCH 1/2] feedback form --- README.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e890070..69ef9a0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,26 @@ High-performance Swift database Enjoy ❤️ +Already using ObjectBox? +--------------------------- +Your opinion matters to us! Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). + +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. + +To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development? + +**We're looking forward to receiving your comments and requests:** + +- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues) +- Upvote issues you find important by hitting the 👍/+1 reaction button +- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/) +- ⭐ us, if you like what you see + +Thank you! 🙏 + +Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)! + + Adding ObjectBox to your project -------------------------------------------------------- [CocoaPods](https://cocoapods.org) is recommended to set up ObjectBox in your project. @@ -131,23 +151,6 @@ ObjectBox is a cross-platform database supporting [multiple native languages](ht also enables porting ObjectBox to other languages. * [Flutter/Dart Database](https://github.com/objectbox/objectbox-dart/): persist Dart objects & build cross-platform apps using Flutter. -How can I help ObjectBox? ---------------------------- -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. - -To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development? - -**We're looking forward to receiving your comments and requests:** - -- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues) -- Upvote issues you find important by hitting the 👍/+1 reaction button -- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/) -- ⭐ us, if you like what you see - -Thank you! 🙏 - -Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)! License ------- From 4a5adecc974fd8d35eaef48dac01195e3b2b4d21 Mon Sep 17 00:00:00 2001 From: Anna Ivahnenko <91467067+ivahnenkoAnna@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:17:25 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 69ef9a0..63bca1c 100644 --- a/README.md +++ b/README.md @@ -40,25 +40,6 @@ High-performance Swift database Enjoy ❤️ -Already using ObjectBox? ---------------------------- -Your opinion matters to us! Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). - -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. - -To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development? - -**We're looking forward to receiving your comments and requests:** - -- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues) -- Upvote issues you find important by hitting the 👍/+1 reaction button -- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/) -- ⭐ us, if you like what you see - -Thank you! 🙏 - -Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)! - Adding ObjectBox to your project -------------------------------------------------------- @@ -141,6 +122,26 @@ Source code ----------- Source code for ObjectBox's Swift binding can be found [in the Source folder](Source/README.md). +Already using ObjectBox? +--------------------------- +Your opinion matters to us! Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). + +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. + +To do that, we want your feedback: what do you love? What's amiss? Where do you struggle in everyday app development? + +**We're looking forward to receiving your comments and requests:** + +- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues) +- Upvote issues you find important by hitting the 👍/+1 reaction button +- Drop us a line via [@ObjectBox_io](https://twitter.com/ObjectBox_io/) +- ⭐ us, if you like what you see + +Thank you! 🙏 + +Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)! + + Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT ------------------------ ObjectBox is a cross-platform database supporting [multiple native languages](https://objectbox.io/dev-get-started/):