sqlerrors 0.1.2

A pretty printer for SQL errors passed from the sqlparser crate.
Documentation
[dependencies.regex]
version = "1.10.6"

[dependencies.sqlparser]
version = "0.50.0"

[lib]
name = "sqlerrors"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A pretty printer for SQL errors passed from the sqlparser crate."
edition = "2021"
license = "MIT"
name = "sqlerrors"
readme = false
repository = "https://github.com/burstMembrane/sqlerrors"
version = "0.1.2"