database-mcp 0.6.2

A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
# IDE
.idea/
.vscode/

# Rust
target/
debug/
release/
*.rs.bk
*.rlib
*.prof*

# Environment
.env
.env.*
!.env.example

# Logs
*.log
logs/

# OS
.DS_Store
Thumbs.db
*.tmp
*.swp

# Test artifacts
tests/database.db

# Added by cargo
/target