sql-builder
sql-builder copied to clipboard
Adding compound WHERE statement example
This adds an example for how to accomplish #12 to the examples dir:
$ cargo run --example compound_where -q
SELECT * FROM table WHERE field1 = '' OR ((field2 = '') AND (field3 = ''));