//! `SqlxContext` — [`PluginContext`] carrying a shared database pool.
use PluginContext;
use AnyPool;
use instrument;
/// Holds a shared [`AnyPool`] for database tool calls.
/// Connects to a database and produces a [`SqlxContext`].
///
/// Installs the Any driver if not already done.
pub async