Crate toasty_sql

Crate toasty_sql 

Source
Expand description

SQL serialization for Toasty.

This crate converts Toasty’s statement AST into SQL strings for SQLite, PostgreSQL, and MySQL. It also generates DDL statements for schema migrations.

Re-exports§

pub use serializer::Params;
pub use serializer::Serializer;
pub use serializer::TypedValue;
pub use stmt::Statement;
pub use migration::*;

Modules§

migration
Schema migration statement generation.
serializer
SQL serialization and parameter handling.
stmt
SQL statement types for both DML and DDL operations.