ShellYard
Last reviewed against v0.9.0 source: internal/dbconnect/mysql.go

MySQL

go-sql-driver. MySQL 8+ with caching_sha2_password. Backtick quoting. ENUM/SET as strings.

MySQL via go-sql-driver. MySQL 8+ with caching_sha2_password works without the --default-authentication-plugin flag.

Type rendering

  • Backtick-quoting on identifiers
  • ENUM and SET columns render as strings
  • JSON columns render as pretty JSON
  • BLOB returns the byte length; click to download

Schema browser

Database → table → column.