GitHub - seddonm1/sqlite-bench: Code to accompany blog post https://reorchestrate.com/posts/sqlite-transactions
sqlite-bench
A project to test SQLite Transaction behavior.
Code to accompany blog post: https://reorchestrate.com/posts/sqlite-transactions
How to use
Compile by running cargo build --release.
Run like: cargo run --release -- --help:
Benchmarking SQLite
Usage: sqlite-bench [OPTIONS] --path <PATH> --output <OUTPUT>
Options:
-p, --path <PATH> Path to the SQLite file
-o, --output <OUTPUT> Path to the output result file
-s, --seed <SEED> Number of records to seed the into ...
Read more at github.com