Modules§
- doc 🔒
- Functions that convert SQL AST nodes to pretty Docs.
- util 🔒
- Utility functions used by the doc functions.
Structs§
- Pretty
- (Public only for tests)
- Pretty
Config
Enums§
Constants§
Functions§
- pretty_
str - Parses
str
into a single SQL statement and pretty prints it. - pretty_
str_ simple - Parses
str
into a single SQL statement and pretty prints it inSimple
mode. - pretty_
strs - Parses
str
into SQL statements and pretty prints them. - pretty_
strs_ simple - Parses
str
into SQL statements and pretty prints them inSimple
mode. - to_
pretty - Pretty prints a statement at a width.