Overview
dsh-mysql
README / EN
Package documentation
Registry summary
dsh.pub verifies the pinned bundle contract, runtime facts, and distribution semantics. The complete README remains in the source repository.
Read the full README on GitHubLIMITATIONS
Known limitations
- There is one active database selection per conversation session; selecting a connection does not change other sessions. - `mysql_tables` uses the connection's `DATABASE()` value, so schema discovery may be empty when no default database is configured. It does not browse arbitrary databases. - The table allowlist is intentionally lightweight and checks common table-reference positions rather than parsing every MySQL grammar form. - The 2,000-row limit applies to the returned JSON payload after the database response has been fetched. - `mysql_execute` does not provide transaction management, DDL, or a confirmation workflow. Enable write permission only for a narrowly scoped database account. - Connection configuration is TCP-oriented and has no UI for SSL/TLS, Unix sockets/named pipes, or character-set selection.
