tursodatabase/turso

Add prepare_cached() support to Turso Rust SDK

开放

#4,548 创建于 2026年1月9日

 (1 条评论) (0 个反应) (0 位负责人)Rust (1,001 个派生)github user discovery
help wantedperformance

仓库指标

星标
 (19,103 个星标)
PR 合并指标
 (平均合并 2天 11小时) (30 天内合并 147 个 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.

贡献者指南