//! SQLite database adapter.
//!//! Provides connection pooling and query execution for SQLite.
//! Ideal for local development and testing.
modadapter;modhelpers;pubmodintrospector;modwhere_generator;#[cfg(test)]modadapter_tests;pubuseadapter::SqliteAdapter;pubuseintrospector::*;pubusewhere_generator::SqliteWhereGenerator;