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.