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
15
mod create_and_query_database;
mod entity_profile;
mod oauth_flow;
mod permissions;
mod registration_tests;
mod snapshots;
mod token_management;

pub use create_and_query_database::test_create_and_query_database_flow;
pub use entity_profile::test_entity_profile_flow;
pub use oauth_flow::{test_oauth_deny_flow, test_oauth_flow};
pub use permissions::test_permissions_flow;
pub use registration_tests::test_registration_flow;
pub use snapshots::test_snapshots_flow;
pub use token_management::test_token_management_flow;