Turso is an in-process SQL database, compatible with SQLite
1–10 of 109 posts
Re: Turso is an in-process SQL database, compatible with SQLite
#2Re: Turso is an in-process SQL database, compatible with SQLite
#3Turns out this is covered in the readme: libsqlite is a fork (so, presumably C) while turso database is a rust rewrite.
Good luck to the friends at Turso!
Re: Turso is an in-process SQL database, compatible with SQLite
#4Being written in Rust it's not even a good libc-less drop in choice for a language like Go?
Re: Turso is an in-process SQL database, compatible with SQLite
#5I'm confused why I would use this when Sqlite exists? Being written in Rust it's not even a good libc-less drop in choice for a language like Go?
Re: Turso is an in-process SQL database, compatible with SQLite
#6I'm confused why I would use this when Sqlite exists? Being written in Rust it's not even a good libc-less drop in choice for a language like Go?
[0]: https://turso.tech/blog/beyond-the-single-writer-limitation-...
Re: Turso is an in-process SQL database, compatible with SQLite
#7Re: Turso is an in-process SQL database, compatible with SQLite
#8I'm confused why I would use this when Sqlite exists? Being written in Rust it's not even a good libc-less drop in choice for a language like Go?
One quick thing I can think of is multiple writers [0] [0]: https://turso.tech/blog/beyond-the-single-writer-limitation-...
Re: Turso is an in-process SQL database, compatible with SQLite
#9I'm confused why I would use this when Sqlite exists? Being written in Rust it's not even a good libc-less drop in choice for a language like Go?
One quick thing I can think of is multiple writers [0] [0]: https://turso.tech/blog/beyond-the-single-writer-limitation-...
Re: Turso is an in-process SQL database, compatible with SQLite
#10I’d be more excited and imagine it would be more marketable if it focused instead on being simply an embedded sql db that allowed multiple writers (for example), or some other use case where SQLite falls short. DuckDB is an example- SQLite but for olap.