←back to thread

222 points charlieirish | 1 comments | | HN request time: 0.227s | source
Show context
anovick ◴[] No.43536514[source]
Is Turso open-source? is libSQL open-source?
replies(3): >>43536801 #>>43537519 #>>43543520 #
cultofmetatron ◴[] No.43536801[source]
turso is a SAAS built on libsql. libsql itself is opensource
replies(2): >>43536817 #>>43537489 #
1. dyu- ◴[] No.43537489[source]
They are open-core. The offline-write feature (libsql::Builder::new_synced_database) basically does not work with the bare `sqld` server on their `libsql` github repository.

In fairness though their `libsql::Builder::new_remote_replica` works with the bare `sqld`