Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pg_durable Website

This folder contains a static, scenario-driven landing page for pg_durable users.

It also points users to the pg-durable-sql agent skill, so an AI assistant can generate durable-function SQL for them.

Files

  • index.html — Main page
  • styles.css — Page styling

Preview locally

From the repository root:

python3 -m http.server 8080

Then open:

Content sources

The website content is based on:

  • docs/SCENARIOS.md
  • examples/README.md
  • USER_GUIDE.md
  • README.md

Related

  • .agents/skills/pg-durable-sql/ — agent skill for generating pg_durable SQL