Skip to main content

Crate akar_main

Crate akar_main 

Source
Expand description

Akar public API — Database, Connection, QueryResult, PreparedStatement.

Re-exports§

pub use connection::Connection;
pub use database::Database;
pub use database::SystemConfig;
pub use prepared_statement::PreparedStatement;
pub use query_result::QueryResult;
pub use remote::RemoteDatabase;
pub use storage_driver::StorageDriver;

Modules§

connection
Connection — used to execute queries against a Database.
database
Database — the main entry point for Akar.
prepared_statement
PreparedStatement — parameterized query support.
query_result
QueryResult — encapsulates the result of a query execution.
remote
Remote client for the Akar embedded server (P47).
storage_driver
test_helpers
Test helpers — shared setup/teardown utilities for all Akar tests. Always compiled (not cfg(test)-gated) so integration tests in tests/ can use them. Shared test helpers — single source of truth for all Akar tests.