Docs.rs
mcp-sql-0.1.0
mcp-sql 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mehdig-dev
Dependencies
anyhow ^1
normal
clap ^4
normal
rmcp ^0.15
normal
schemars ^1
normal
serde ^1
normal
serde_json ^1
normal
sqlx ^0.8
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2
normal
Versions
21.82%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dialect
mcp_sql
0.1.0
Module dialect
Module Items
Functions
In mcp_
sql::
db
mcp_sql
::
db
Module
dialect
Copy item path
Source
Functions
§
describe_
table
Describe a table’s columns.
explain_
prefix
Get the correct EXPLAIN prefix for each backend.
list_
tables
List tables with approximate row counts.
sample_
data
Sample N rows from a table.