Skip to content

feat: Implement database connection status API #183

Description

@ApostolisFalaras

Description

Expose backend and DBMS availability information required by the frontend connection/status indicators.

Tasks

  • Add GET /api/health
  • Report backend availability
  • Report DBMS process state
  • Report active database name
  • Report database connection state
  • Return lightweight status information only

Acceptance Criteria

  • The frontend can determine whether the backend is reachable.
  • The frontend can determine whether the DBMS process is available.
  • Database status can be refreshed without executing a SQL query.

Depends On

  • feat: Implement DBMS process manager

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

  • Status
    Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions