tursodatabase/turso
Auf GitHub ansehenAdd prepare_cached() support to Turso Rust SDK
Open
#4.548 geöffnet am 9. Jan. 2026
help wantedperformance
Repository-Metriken
- Stars
- (19.103 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.