dbx/src-web/src
t8y2 b6a39c1fa0 feat(query): set schema context (search_path) before query execution (#113)
Add schema selector to the editor toolbar for schema-aware databases
(PostgreSQL, SQL Server, Oracle). When a schema is selected, the backend
sets the appropriate search_path before executing queries so users no
longer need to write schema-qualified table names.
2026-05-06 18:22:41 +08:00
..
routes feat(query): set schema context (search_path) before query execution (#113) 2026-05-06 18:22:41 +08:00
auth.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
error.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
main.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00
sse.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
state.rs feat(web): add password setup page, change password, and settings tabs 2026-05-05 22:22:04 +08:00