Crate sql_lexer

source ·

Structs

Enums

Functions

  • Lex a sql string into a Sql struct that contains the original buffer and the tokens found.
  • Sanitize a Sql struct
  • Returns a sanitized sql string
  • Write a Sql struct back to a sql string.