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
pub mod api_endpoints;
pub mod config;
pub mod permissions;
pub mod server_runner;
pub mod snapshots;
pub mod tokens;
pub mod ui_endpoints;
pub mod url_verification;
pub mod username_validation;
pub mod utils;
pub mod web_frontend;