// Copyright (c) 2026 Kirky.X
// SPDX-License-Identifier: MIT
//! trait-kit 0.4 `AsyncKit` integration for dbnexus.
//!
//! Contains [`DbNexusModule`] — a module that constructs a `DbPool` via the
//! `AsyncKit` dependency injection framework, depending on `OxcacheModule`
//! for cache capability.
//!
//! Also provides [`DbNexusBuildObserver`] — a `BuildObserver` implementation
//! for monitoring kit build pipeline events.
pub use ;