PgArachne Explorer
The Explorer is a powerful web GUI included in the `tools/` directory. It is not just documentation; it is a fully functional demo application built using HTML/JS that communicates with the database exclusively via PgArachne.
What can it do?
- Inspect API: It reads the `capabilities` function to display all available endpoints and their parameters.
- Live Testing: You can execute functions directly from the browser.
- Auto-Documentation: It renders the SQL comments (including `--- PARAMS ---` metadata) into readable documentation.
How to enable it: Set the `STATIC_FILES_PATH` environment variable to point to the
`tools/pgarachne-explorer` folder on your disk. Then visit
http://localhost:8080.