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 "first_name" AS "name", COUNT("id") AS "total"
FROM "users"