# PhoenixKitDb v0.1.0 - Table of Contents

> Database explorer module for PhoenixKit — browse tables, preview rows, and watch live mutations.

## Modules

- [PhoenixKitDb](PhoenixKitDb.md): Database explorer module for PhoenixKit.
- [PhoenixKitDb.Listener](PhoenixKitDb.Listener.md): GenServer that listens for PostgreSQL `NOTIFY` events for live table
updates.
- [PhoenixKitDb.Paths](PhoenixKitDb.Paths.md): Centralized path helpers for the DB module.
- [PhoenixKitDb.PubSub](PhoenixKitDb.PubSub.md): Topic constants and subscribe/broadcast helpers for the DB module,
backed by `PhoenixKit.PubSub.Manager` (the shared in-process PubSub
server).
- [PhoenixKitDb.Web.ActivityLive](PhoenixKitDb.Web.ActivityLive.md): Live activity monitor for database changes.
- [PhoenixKitDb.Web.IndexLive](PhoenixKitDb.Web.IndexLive.md): Admin DB index — lists all tables with stats.
- [PhoenixKitDb.Web.ShowLive](PhoenixKitDb.Web.ShowLive.md): Table detail view with paginated row browsing and live updates via
PostgreSQL `LISTEN/NOTIFY`. When data in the viewed table changes the
view refreshes automatically (debounced).

