kine icon indicating copy to clipboard operation
kine copied to clipboard

adding libsql driver

Open Sadzeih opened this issue 10 months ago • 3 comments

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.

Sadzeih avatar Mar 30 '24 17:03 Sadzeih

This is blocked by https://github.com/tursodatabase/libsql-client-go/pull/114

Sadzeih avatar Apr 01 '24 02:04 Sadzeih

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.

CallMeLaNN avatar Sep 03 '24 09:09 CallMeLaNN

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.

Sadzeih avatar Sep 03 '24 10:09 Sadzeih