Static website for SPQR - Stateless Postgres Query Router.
🌐 Hosted by GitHub Pages at https://pg-sharding.github.io/website/.
Run a local static server from the repository root:
python3 -m http.server 8767Then open http://localhost:8767.
Blog pages are static HTML files under blog/.
To add a post:
- Create a new directory like
blog/my-post-slug/. - Add
blog/my-post-slug/index.htmlusing the existing article page as a template. - Add a card for the post to
blog/index.html. - Keep draft Markdown files in the repository root or a future
drafts/directory until they are converted.
This website is part of the SPQR project, licensed under the PostgreSQL Global Development Group License.