Skip to main content Crate vantage_sql Copy item path Source pub use vantage_expressions ;condition Backend-specific condition wrappers and operation traits. prelude Common imports for working with vantage-sql. primitives sqlite concat_ Macro to create a Concat from mixed Expressive arguments. define_sql_operation define_typed_ident Defines a backend-specific identifier wrapper that only implements
Expressive<$any_type>, avoiding ambiguity when multiple backend
features are enabled. fx Macro for building SQL function calls with automatic .expr() on arguments. sql_expr Create a SQL expression with serde_json::Value as the value type. sqlite_expr Create a SQL expression with AnySqliteType as the value type.