I need to choose Kotlin libraries for SQLite datab...
# multiplatform
y
I need to choose Kotlin libraries for SQLite database and key-value store. I've seen lists of options on resources like awesome-kotlin repository and klibs.io, but find it hard to pick based on descriptions alone. Which ones are the best based on your experience?
p
r
Also consider SQLDelight if you prefer a SQL-first approach.
👍 3
v
For Key/Value, have you looked at Kottage? https://klibs.io/project/irgaly/kottage
👍 1
y
I will definitely check out all of them. Thank you all for your amazing feedback
r
sql : https://github.com/ctripcorp/SQLlin this lib support many target but not support js or wasm target
👍 1