database-mcp-sql 0.6.0

SQL validation and identifier utilities for database-mcp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "database-mcp-sql"
description = "SQL validation and identifier utilities for database-mcp"
version.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
database-mcp-server = { workspace = true }
sqlparser = { workspace = true }
tokio = { workspace = true }

[lints]
workspace = true