| Crates.io | thyme-sql |
| lib.rs | thyme-sql |
| version | 0.1.3 |
| created_at | 2025-08-10 22:35:42.865843+00 |
| updated_at | 2025-08-12 21:42:16.567996+00 |
| description | Performance benchmark tool for Postgres queries |
| homepage | |
| repository | https://github.com/Charlie-Eeles/thyme |
| max_upload_size | |
| id | 1789361 |
| size | 58,611 |
Thyme is a simple performance benchmark tool for Postgres.
Thyme is available to install through cargo using:
cargo install thyme-sql
or you can pull the repo and use cargo to build a binary using:
cargo build --release
Thyme is in early development and not available on any other package managers as a result.
Make a DATABASE_URL environment variable available pointing at your database.
Run thyme in a directory with sql files in it or thyme --target '{target_dir}' to run, sort, and print a formatted table of the performance of all the queries in that directory.