//! # ayb
//!
//! `ayb` makes it easy to create, host, and share embedded databases like SQLite and DuckDB.
pub mod ayb_db;
pub mod client;
pub mod email;
pub mod error;
pub mod formatting;
pub mod hosted_db;
pub mod http;
pub mod macros;
pub mod server;
pub mod templating;