Commit Graph
5 Commits
Author SHA1 Message Date
Lizandro GuarnizoandCopilot 34f2c3e582 feat(query-runner): helpers DBA para conexiones SQL
- Chips rápidos: SHOW DATABASES, SHOW TABLES, SHOW USERS, SHOW GRANTS,
  SHOW PROCESSLIST, SHOW CREATE TABLE, DESCRIBE, info_schema engine/charset
- Generador DBA (collapsible): form con BD, usuario, host y contraseña
  Operaciones: Setup completo | CREATE DATABASE | CREATE USER | GRANT ALL |
  REVOKE | SHOW GRANTS | DROP USER | DROP DATABASE
- Setup completo genera las 3 sentencias en bloque con comentarios
- Visible só

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-20 11:14:11 -05:00
Lizandro Guarnizo c29166f24e Update query_runner.html 2026-05-02 08:18:20 -05:00
Lizandro Guarnizo 560359173b up 2026-05-01 22:55:51 -05:00
Lizandro Guarnizo 52c3d7ebe2 Update query_runner.html 2026-05-01 17:13:25 -05:00
Lizandro Guarnizo 1731855df8 feat: Query Runner — editor SQL con historial, exportar CSV/JSON, árbol de tablas 2026-05-01 11:14:09 -05:00