From 571732c91b91f088f9bcb6c50c166e59b5719537 Mon Sep 17 00:00:00 2001 From: Shahriar Zaman Date: Sun, 8 Oct 2023 00:23:48 +0600 Subject: [PATCH] Added ObjectBox NoSql Database ObjectBox is a fast and easy to use database for mobile application yet not unknown to most of the mobile developers. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb247701..264ae7a7 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,10 @@ ![badge][badge-android] ![badge][badge-ios] +* [ObjectBox](https://github.com/objectbox/objectbox-java) - Store and manage data effortlessly in your Android or JVM Linux, macOS or Windows app. +![badge][badge-android] +![badge][badge-jvm] + #### KVS * [multiplatform-settings](https://github.com/russhwolf/multiplatform-settings) - A Kotlin Multiplatform library for saving simple key-value data.