:rocket: Two fresh Kotlin Multiplatform database b...
# feed
j
🚀 Two fresh Kotlin Multiplatform database bindings are out! FoundationDB Multiplatform 7.3.79 is for applications that need a distributed, transactional database. FoundationDB is a strong fit when multiple services or users need to safely read and write shared data with reliable transactions. The Kotlin binding brings its transaction API, tuple layer, range reads, and options to JVM and native macOS/Linux code. This release updates to FoundationDB 7.3.79 and adds Linux ARM64 CI coverage. Check out the project. RocksDB Multiplatform 10.10.1.3 is for fast local, disk-backed storage inside an app or service. It is a great fit for caches, indexes, offline-first data, or any workload where you want a high-performance embedded key-value store without operating a separate database cluster. The binding supports JVM, Android, and Kotlin/Native targets. This release improves native resource lifecycle handling. Check out the project. Both are available from Maven Central and let you use proven storage engines from shared Kotlin code. Feedback, questions, and contributions are very welcome!
🔥 4
K 1
u
Thank you, I really needed RocksDB on Android ❤️
❤️ 1