sql-insight 0.1.0

SQL Insight is a tool to parse SQL queries and provide insight into the queries.
Documentation
[dependencies.sqlparser]
features = ["visitor"]
version = "0.43.1"

[dependencies.thiserror]
version = "1.0.56"

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

[package]
authors = ["Takahiro Ebato <takahiro.ebato@gmail.com>"]
description = "SQL Insight is a tool to parse SQL queries and provide insight into the queries."
documentation = "https://docs.rs/sql-insight/"
edition = "2021"
homepage = "https://github.com/takaebato/sql-insight"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt"]
keywords = ["sql", "query", "toolkit", "insight"]
license = "MIT"
name = "sql-insight"
readme = "README.md"
repository = "https://github.com/takaebato/sql-insight"
version = "0.1.0"