| ▲ | satvikpendem 6 hours ago | |
Has anyone used Turso in production? It's an SQLite compatible rewrite in Rust but with added features like multiple writer support and being open to external contributions which SQLite is not. I was thinking of using it for my full stack Rust apps just so everything works with cargo and I don't have to bring in SQLite separately. | ||
| ▲ | redrobein 5 hours ago | parent | next [-] | |
It's alright as a dropin sqlite replacement. I ran into a bunch of problems with libsql on windows a year or two ago when I tried it but I'd assume it's fixed now. They also offer turso db as service with a very generous free plan which was my main reason to try it. | ||
| ▲ | benatkin 4 hours ago | parent | prev [-] | |
Someone did a multi writer implementation that supports the sqlite3 protocol and has finer grained locking, just as a solo project. | ||