dibs-sql 0.1.1

Typed SQL AST and renderer for dibs
Documentation
1
2
3
4
5
6
7
---
source: crates/dibs-sql/src/render/tests.rs
expression: result.sql
---
SELECT "id", "status"
FROM "products"
WHERE "status" = ANY($1)