ayb 0.1.12

ayb makes it easy to create, host, and share embedded databases like SQLite and DuckDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # 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;