dibs-sql 0.1.1

Typed SQL AST and renderer for dibs
Documentation
1
2
3
4
5
6
---
source: crates/dibs-sql/src/render/tests.rs
expression: result.sql
---
SELECT DISTINCT "category", "status"
FROM "products"