influxdb/job_registry
Carol (Nichols || Goulding) f9174c483b
refactor: Extract server::db into its own crate (#3417)
* refactor: Extract JobRegistry from the server crate

Both the server crate and a db crate that I'm about to extract depend on
JobRegistry, so to avoid making circular dependencies, extract the
JobRegistry to its own crate.

* refactor: Move db out of server into its own crate

Fixes #2821.
2021-12-23 22:01:17 +00:00
..
src refactor: Extract server::db into its own crate (#3417) 2021-12-23 22:01:17 +00:00
Cargo.toml refactor: Extract server::db into its own crate (#3417) 2021-12-23 22:01:17 +00:00