mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
This is small nitpick, but it will be useful for #1258. If we are testing or just piping some sql through stdin, we can just not initialize `Rustyline` and save some execution time. On `Select 1` bench, I got a minor performance bump, but it starts to become less apparent on more complex queries. <img width="759" alt="image" src="https://github.com/user- attachments/assets/12e22675-e081-4284-a5ed-15d53a9c5579" /> Closes #1372