Skip to main content

Crate vantage_sql

Crate vantage_sql 

Source

Re-exports§

pub use vantage_expressions;

Modules§

condition
Backend-specific condition wrappers and operation traits.
prelude
Common imports for working with vantage-sql.
primitives
sqlite

Macros§

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.