tursodatabase/turso
Ver no GitHubAdd prepare_cached() support to Turso Rust SDK
Open
#4.548 aberto em 9 de jan. de 2026
help wantedperformance
Métricas do repositório
- Stars
- (19.103 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Add support for this rusqlite API essentially:
https://docs.rs/rusqlite-le/latest/rusqlite/struct.Connection.html#method.prepare_cached
Eliminates the need to re-parse queries all the time since it's hard to reuse a Statement especially with multi-threading enabled.