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.

贡献者指南