oxidecomputer / async-bb8-diesel

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

Add test harness for CockroachDB, convert examples to tests #59

Closed smklein closed 11 months ago

smklein commented 11 months ago

Heavily inspired by our setup in Omicron, from https://github.com/oxidecomputer/omicron/blob/main/test-utils/src/dev/db.rs . It may be worth eventually splitting this out into a separate crate, but that'll require detangling some repo-specific coupling.

This also converts some of the examples to be actual tests, that can run on a regular CI workflow.