Expand description
Discover and use PostgreSQL installations.
You may have many versions of PostgreSQL installed on a system. For example,
on an Ubuntu system, they may be in /usr/lib/postgresql/*. On macOS using
Homebrew, you may find them in /usr/local/Cellar/postgresql@*. Runtime
represents one such runtime; the Strategy trait represents how to find
and select a runtime.
Re-exports
pub use strategy::Strategy;