database-mcp 0.6.2

A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
1
2
3
4
5
6
7
//! Compile-time constants for the database-mcp binary.

/// The name of the binary, derived from `Cargo.toml` at compile time.
pub const BIN: &str = env!("CARGO_PKG_NAME");

/// The current version, derived from `Cargo.toml` at compile time.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");