//! Planner adapters: concrete [`crate::planner::QueryPlanner`]s over particular
//! stores. Port of `packages/oqx/src/adapters/`.
//!
//! The in-memory [`indexed::IndexedCollection`] is always available; the
//! reference's SQLite adapter, [`sqlite::SqliteTable`], is behind the `sqlite`
//! feature so plain consumers never build SQLite.
pub use ;
pub use SqliteTable;