Skip to content

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:
  • 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:

Clone this wiki locally