sqlglot-rust 0.9.6

A SQL parser, optimizer, and transpiler library inspired by Python's sqlglot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# sqlglot-rust Documentation

A SQL parser, optimizer, and transpiler library written in Rust, inspired by Python's [sqlglot](https://github.com/tobymao/sqlglot).

---

## Documents

| Guide | Description |
| --- | --- |
| **[Installation]installation.md** | Add the crate, verify your setup, and understand imports |
| **[Developer Guide]developer-guide.md** | Parsing, generating, transpiling, AST traversal, optimization, serialization — with full input/output examples |
| **[API Reference]reference.md** | Complete type catalog, function signatures, dialect tables, operator enums, data types, and error variants |