squawk-parser 0.2.3

Postgres SQL parser used in squawk
Documentation
---
source: parser/src/parse.rs
expression: res
---
Ok(
    [
        RawStmt(
            RawStmt {
                stmt: CheckPointStmt(
                    Object({}),
                ),
                stmt_location: 0,
                stmt_len: Some(
                    11,
                ),
            },
        ),
    ],
)