k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.49k stars 226 forks source link

adding libsql driver #291

Open Sadzeih opened 3 months ago

Sadzeih commented 3 months ago

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 commented 3 months ago

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