dbx: DBX is a lightweight, cross-platform database management tool built with Rust, supporting over 70 database types including traditional SQL, NoSQL, and message queues. It features a built-in AI SQL assistant, comprehensive schema tools, and multiple deployment options including desktop, Docker, and CLI.; gomcp: GoMCP is a Go framework for building Model Context Protocol servers — described as "Gin for MCP." It provides struct-tag-based automatic JSON schema generation, a full middleware chain (logging, auth, rate limiting, OpenTelemetry), tool groups, and one-line imports for Gin routes, OpenAPI/Swagger specs, and gRPC services. Built-in Bearer/API Key/Basic auth with RBAC and an inspector UI included.
Efficiently managing and developing with various database systems, from SQL to NoSQL.
Building production-grade MCP servers in Go with minimal boilerplate