tursodatabase/turso

Add prepare_cached() support to Turso Rust SDK

Aperta

#4548 aperta il 9 gen 2026

 (1 commento) (0 reazioni) (0 assegnatari)Rust (1001 fork)github user discovery
help wantedperformance

Metriche repository

Star
 (19.103 stelle)
Metriche merge PR
 (Merge medio 2g 11h) (147 PR mergiate in 30 g)

Descrizione

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.

Guida contributor