galchemy
Values
pub fn compile(
q: query.Query,
) -> Result(compiler.CompiledQuery, compiler.CompileError)
pub fn compile_with(
q: query.Query,
config: compiler.CompilerConfig,
) -> Result(compiler.CompiledQuery, compiler.CompileError)
pub fn default_compiler_config() -> compiler.CompilerConfig
Public facade for compiling and executing queries.
Stable builder APIs live in the galchemy/dsl/* modules.
In 2.0 the root module exposes only generic compiler entry points.
PostgreSQL runtime integration lives in galchemy/sql/postgres.