tursodatabase/turso

Add prepare_cached() support to Turso Rust SDK

Open

#4,548 建立於 2026年1月9日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (1,001 fork)github user discovery
help wantedperformance

倉庫指標

Star
 (19,103 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南