Skip to content

Add database explorer tab to settings#420

Merged
timbornemann merged 1 commit into
mainfrom
codex/add-database-data-management-tab
Nov 16, 2025
Merged

Add database explorer tab to settings#420
timbornemann merged 1 commit into
mainfrom
codex/add-database-data-management-tab

Conversation

@timbornemann

Copy link
Copy Markdown
Owner

Summary

  • add a dedicated /api/database router that lists tables, returns paginated rows, lets rows be inserted/updated/deleted by rowid, and runs read-only SQL queries
  • add a localized DatabaseExplorer component and surface it through a new "Database" tab in the settings navigation
  • wire the UI up to the backend endpoints so tables can be inspected, edited as JSON, deleted, and queried directly from the app

Testing

  • npm run format
  • npm run test

Codex Task

@timbornemann
timbornemann merged commit 1077cbb into main Nov 16, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant