{ "name": "fsm_core", "abstract": "finite state machine on Postgres", "description": "A finite state machine implementation for PostgreSQL, allowing you to define states, transitions, and actions within the database.", "version": "1.0.0", "maintainer": [ "Niraj Kashyap " ], "license": "postgresql", "provides": { "fsm_core": { "abstract": "A finite state machine implementation for PostgreSQL", "file": "share/postgresql/extension/fsm_core--0.0.0.sql", "docfile": "README.md", "version": "1.0.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "15.0.0" }, "recommends": { } } }, "resources": { "bugtracker": { "web": "https://github.com/nirajkashyap/fsm/issues/" }, "repository": { "url": "git://github.com/nirajkashyap/fsm.git", "web": "https://github.com/nirajkashyap/fsm/", "type": "git" } }, "generated_by": "Niraj Kashyap ", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "finite state machine", "fsm", "state machine", "workflow", "orchestrator", "orchestration" ] }