<RocksDB multiplatform 9.10.0 release> :rocket: D...
# feed
j
RocksDB multiplatform 9.10.0 release 🚀 Do you need a multiplatform datastore which works on JVM/Android/Linux/Mac/iOS? RocksDB is a trusted engine which is developed by Facebook and used by many databases as the storage engine. I released a new version of the RocksDB implementation for KMP updating it to the latest RocksDB release (9.10.0) and adding support for TransactionDB and OptimisticTransactionDB. If you have questions or want to make improvements, DMs and PRs are welcome! 😄
🙌 1
🔥 3
d
Is this a KMP library, or does it require native implementations in a KMP project? I couldn't really tell from the website.
I see, looks like it would require native implementations in a KMP project.
j
It is a KMP library. The native implementations should be included in the library. The native implementations are published in the klib https://repo1.maven.org/maven2/io/maryk/rocksdb/rocksdb-multiplatform-macosx64/9.10.0/
d
Oh, cool. Thanks for the followup.
Do you have an example of the gradle setup for a KMP project?