athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
//! Core provisioning operations (local runtime, schema SQL, and host dependencies).

pub use athena_provisioning::{
    EXPECTED_TABLES, create_postgres_database, inspect_container,
    inspect_local_provisioning_dependencies, install_local_provisioning_dependencies,
    json_object_insert_if_missing, list_managed_postgres_containers, list_postgres_databases,
    postgres_uri_database_name, postgres_uri_fingerprint, remove_container,
    replace_uri_database_name, run_provision_sql, spin_up_postgres_instance,
    split_provision_statements, start_container, stop_container,
};