trevyn / turbosql

An easy local data persistence layer for Rust, backed by SQLite.
208 stars 8 forks source link

Add ability to customize `PRAGMA`s executed on each new connection #28

Open trevyn opened 2 years ago

trevyn commented 2 years ago

See also https://phiresky.github.io/blog/2020/sqlite-performance-tuning/