tursodatabase/turso

Add prepare_cached() support to Turso Rust SDK

Open

#4.548 geöffnet am 9. Jan. 2026

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.001 Forks)github user discovery
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.

Contributor Guide