-
Notifications
You must be signed in to change notification settings - Fork 1
01. Features and current status
Thierry Feuzeu edited this page Aug 20, 2026
·
1 revision
Jaxon DbAdmin currently implements the following features:
- Browse servers and databases in multiple tabs.
- Open the query editor in multiple tabs, with query text retention.
- Save the current tabs in user preferences.
- Save and show the query history.
- Save queries in user favorites.
- Read database credentials with an extensible config reader.
- Read database credentials from a secret manager. Currently supported:
- Infisical
- AWS Secrets Manager
- GCP Secret Manager
- OpenBao (compatible with HashiCorp Vault)
- Show tables and views details.
- Query a table.
- Query a view.
- Execute queries in the query editor.
- Support Ace and CodeMirror as SQL editors (chosen in config).
- Import or export data.
- Insert, modify or delete data in a table.
- Create or drop a database.
- Create or alter a table or view.
- Drop a table or view.
- Code completion for table and field names in the SQL editor.
- Navigate through related tables.
- Save the executed queries in an audit logs database.
- Show the audit logs in a dedicated page, with limited access.
The following features are planned for future releases:
- An advanced GUI-based query builder.
- Automated tests.
- Advanced SQL edition and code completion with the Ace linters
- Provide a WebAwesome based UI template
- Provide TailwindCSS based UI templates.
- Use an advanced UI component for HTML tables.
- Save and display more data in the audit logs.