PhoenixKitDb.Paths (PhoenixKitDb v0.1.0)

Copy Markdown View Source

Centralized path helpers for the DB module.

All paths route through PhoenixKit.Utils.Routes.path/1 so the host app's URL prefix and current locale are applied automatically.

Summary

Functions

Live activity feed across all tables.

Main DB landing page — list of tables with stats.

Detail / row preview page for a specific table.

Functions

activity()

@spec activity() :: String.t()

Live activity feed across all tables.

index()

@spec index() :: String.t()

Main DB landing page — list of tables with stats.

show(schema, table)

@spec show(String.t(), String.t()) :: String.t()

Detail / row preview page for a specific table.