Kotlin-Multiplatform-Libraries icon indicating copy to clipboard operation
Kotlin-Multiplatform-Libraries copied to clipboard

Added ObjectBox NoSql Database

Open fcat97 opened this issue 2 years ago • 2 comments

ObjectBox is a fast and easy to use database for mobile application yet not unknown to most of the mobile developers.

ObjectBox

  • ObjectBox is a fast and easy database but not covered in most of the online resources as a NoSQL database. The automatic migration handled by ObjectBox is awesome. It saves a lot of time also, can be used while in active development without losing previous data.

Library Link


  • [x ] Confirmed that two spaces were added at the end of the description to break a new line.

fcat97 avatar Oct 07 '23 18:10 fcat97

This is not a Kotlin Multiplatform library. While there are ports for other platforms in Swift, Dart, Go, and C/C++, the linked library is a Java library that only supports the JVM.

jeffdgr8 avatar Nov 03 '23 17:11 jeffdgr8

I'm sorry for the late reply.

I checked this library.

This is not a Kotlin Multiplatform library. While there are ports for other platforms in Swift, Dart, Go, and C/C++, the linked library is a Java library that only supports the JVM.

I think so too.

@fcat97 Are there any plans to support Kotlin multiplatform?

AAkira avatar Nov 22 '23 09:11 AAkira