Turso: A Rust Rewrite of SQLite. Setup Guide and Whether It's Worth Your Time (opens in new tab)
If you have spent any time in the SQLite-adjacent corner of GitHub lately, you have probably seen the name Turso pop up. The project Turso describes itself as an in-process SQL database written in Rust that is compatible with SQLite. This post walks through what the project actually is, how to get it running locally and in the cloud, and an honest take on whether you should bother adopting it right now. First, clear up the naming confusion Before touching any code, it helps to know there are ...
Read the original article