the description as "the next evolution of sqlite" is offensive D. Richard Hipp has done a universal good for the world by releasing sqlite into the public domain and maintaining it for 25 years I bet this VC funded knockoff won't see 5
[flagged]
Turso is an in-process SQL database, compatible with SQLite
31–40 of 109 posts
Re: Turso is an in-process SQL database, compatible with SQLite
#32Re: Turso is an in-process SQL database, compatible with SQLite
#33Re: Turso is an in-process SQL database, compatible with SQLite
#34I have been asked multiple times on why I chose SQLite and not Turso. I've always responded people that I don't trust an open-source project once it's backed by a VC firm. I've moved away from Redis to Val-Key for same reason, and we have seen the Redis train-wreck in slow-mo. I hope at no point in future Turso ever ends up in that state, but chances are pretty high. At this point the "compatible with SQLite" has become a marketing term IMO, we all know how easy it is to break compatibility here or SQLite to break compatibility.
Re: Turso is an in-process SQL database, compatible with SQLite
#35Didn't have a good experience with them. One day we suddenly started to experience severe latency spikes, lasting for more than a day, causing timeouts. Unrelated to our DB which was small, even happened on trivial queries - a networking thing on their side. Google showed this to have happened before with certain regions of theirs. If you can't offer a certain region in a stable manner as a DB vendor, don't offer it.…
Re: Turso is an in-process SQL database, compatible with SQLite
#36Didn't have a good experience with them. One day we suddenly started to experience severe latency spikes, lasting for more than a day, causing timeouts. Unrelated to our DB which was small, even happened on trivial queries - a networking thing on their side. Google showed this to have happened before with certain regions of theirs. If you can't offer a certain region in a stable manner as a DB vendor, don't offer it.…
I am confused, this product appears to be an in-process DB, so what does "networking thing in their side" even mean?
It feels like it has a lot of the same downsides of hosted databases so I'm not sure what the specific value is.
From their site they really emphasize local first syncing (so mobile apps and electron/tauri apps) and multi tenancy (hard database boundaries)