←back to thread

222 points charlieirish | 1 comments | | HN request time: 0.209s | 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 #
canadiantim ◴[] No.43536817[source]
Mind you they're migrating from libsql to Turso (formerly called Limbo), a rust-based rewrite of sqlite entirely
replies(2): >>43536907 #>>43536918 #
adamrezich ◴[] No.43536907[source]
Also important to note that, by all appearances, they seem to intend to Embrace Extend Extinguish sqlite3 with said rewrite.
replies(2): >>43537200 #>>43537251 #
jakelazaroff ◴[] No.43537200[source]
That’s a tall order; by SQLite’s own estimates, SQLite is used more than all other databases combined and may even be the most widely deployed software component, ever: https://www.sqlite.org/mostdeployed.html
replies(1): >>43540264 #
1. adamrezich ◴[] No.43540264[source]
Yes, which is why I believe the entire effort to be pretty silly.