include-sql 0.1.0

A macro for using SQL in Rust.
Documentation
1
2
3
4
5
-- The statement in this test case uses named parameters

-- name: select_invalid_objects
-- Selects invalid user object by type
select object_name from user_objects where object_type = :object_type and status = 'INVALID'