database-mcp 0.6.2

A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
1
2
3
4
5
6
//! Transport command modules.
//!
//! Each submodule handles a specific MCP transport mode.

pub mod http;
pub mod stdio;