squawk-lexer 2.45.0

Linter for Postgres migrations & SQL
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/squawk_lexer/src/lib.rs
expression: result
---
[
    "select" @ Ident,
    " " @ Whitespace,
    "1" @ Literal { kind: Int { base: Decimal, empty_int: false } },
    ";" @ Semi,
]