teaql-runtime 0.7.3

TeaQL core, SQL, runtime, dialect, and macro crates for model-driven data access
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod base;
mod cache;
mod context;
mod executor;
mod graph;
mod helpers;
mod relation;
mod resolved;
mod types;

pub use cache::{AggregationCacheBackend, InMemoryAggregationCache};
pub use executor::{GraphTransactionBoundary, QueryExecutor};
pub use types::{ContextRepository, RelationLoadPlan, Repository, ResolvedRepository};

pub(crate) use types::UserContextMetadata;