Package index
-
pl_connect() - Connect to PocketBase as a regular user
-
pl_connect_admin() - Connect to PocketBase as a superuser (admin)
-
pl_setup() - Set up pocketlogR collections in PocketBase
-
pl_create_flow() - Create a new flow
-
pl_get_flows() - List flows
-
pl_add_dependency() - Add upstream dependencies to a flow
-
pl_remove_dependency() - Remove upstream dependencies from a flow
-
pl_get_dependencies() - Get upstream dependencies of a flow
-
pl_get_status() - Get dependency chain health status for a flow
-
pl_get_dag() - Get a full DAG overview of all flows and their health
-
pl_log() - Log an event for a flow
-
pl_success() - Log a SUCCESS event
-
pl_error() - Log an ERROR event
-
pl_fatal() - Log a FATAL event
-
pl_get_logs() - Query log entries
Admin Operations
Superuser-only maintenance functions. Require a connection from pl_connect_admin().
-
pl_delete_flow() - Delete a flow (admin only)
-
pl_delete_logs() - Delete log entries (admin only)
-
pl_flow_types - Default flow types