More immutable methods (#2141)
The SQLite connection and statement objects are thread-safe. Let's mark more Rust methods as immutable so that applications don't need to keep wrapping `Connection` and `Statement` with `Mutex`, for example, for mutability.
P
Pekka Enberg committed
18cf8c747ea22c9ad7dea2cfd29beacde5f0aed2
Committed by GitHub <noreply@github.com>
on 8/8/2025, 10:25:20 AM