lix 0.12.2

Embeddable version control for apps and AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(crate) mod classify;
pub(crate) mod error;
pub(crate) mod expr;
mod public_udf;
pub(crate) mod read;
pub(crate) mod statement;
pub(crate) mod table;
pub(crate) mod write;

pub(crate) use public_udf::statement_has_durable_runtime_function;
pub(crate) use read::{BoundStatementRoute, bind_read_statement, bind_statement_route};
#[cfg(test)]
pub(crate) use statement::bind_statement;
pub(crate) use statement::bind_statement_with_catalog;