kine
kine copied to clipboard
adding libsql driver
libSQL is a fork of SQLite, so I took the SQLite driver code and swapped the actual driver out for the libSQL one.
This allows using Kine with Turso.
This is blocked by https://github.com/tursodatabase/libsql-client-go/pull/114
I just want to follow up on this. There's no where else mentioned libsql and kine/k3s. Libsql have an advantage to use single node first and scale it later if I'm not mistaken and switch to Turso when things get serious.
The tursodatabase/libsql-client-go#114 has been merged.
It was merged but I encountered issues with using actual turso. I could run the cluster with kine when using libsql-sever locally, but when trying with turso the cluster never started.
Feel free to pick this back up, but I went another direction for myself.