oxidecomputer / async-bb8-diesel

Safe asynchronous access to Diesel and the bb8 connection manager
MIT License
12 stars 8 forks source link

Use crdb-harness #75

Closed smklein closed 1 month ago

smklein commented 1 month ago

It's nice to have utilities to download CRDB and set it up easily as part of the build process.

I moved these utilities into https://crates.io/crates/crdb-harness , which I expect can be used by this repo and others.

This PR makes use of that dependency for CRDB binary setup/management.