There’s a huge need for a sql-compatible sqite-like database for this purpose in Go.
I may be wrong, but sqlite is used a lot on Android which uses bionic, not glibc right? So it seems like there should be hope of switching to another libc if you need.
https://github.com/mattn/go-sqlite3/issues/212#issuecomment-...
I may be wrong, but sqlite is used a lot on Android which uses bionic, not glibc right? So it seems like there should be hope of switching to another libc if you need.