Type Definition wasmcloud_interface_sqldb::Query
source · [−]pub type Query = String;
Expand description
A query is a non-empty string containing an SQL query or statement, in the syntax of the back-end database.
pub type Query = String;
A query is a non-empty string containing an SQL query or statement, in the syntax of the back-end database.