Skip to main content

Crate rusticx_sql

Crate rusticx_sql 

Source
Expand description

Shared SQL dialect compiler for Rusticx ORM.

This crate translates database-agnostic QueryBuilder and TableSchema values into parameterized SQL strings. It is used internally by rusticx-postgres and rusticx-mysql and is not part of the public API.

Re-exports§

pub use compiler::SqlCompiler;
pub use dialect::MysqlDialect;
pub use dialect::PostgresDialect;
pub use dialect::SqlDialect;
pub use dialect::UpsertSyntax;

Modules§

compiler
dialect