Database Manager
Browse and query your server database without a separate tool like HeidiSQL.
Connect
Section titled “Connect”- Open Database in the sidebar.
- Enter host, port, user, password, and database.
- Click Connect.
CfxKit auto-detects the connection from your server.cfg when you use mysql_connection_string.
Browse tables
Section titled “Browse tables”- See every table in the database.
- Page through rows.
- Sort by any column.
SQL editor
Section titled “SQL editor”- Write and run queries with syntax highlighting.
- Keep a query history.
Export
Section titled “Export”Export the whole database as a .sql file (CREATE TABLE plus INSERT statements). The export lives in Build & Deploy and is available whenever a connection is active.