#go
- Extension Registry Namespacing RFC
https://justatheory.com/2024/03/extension-namespace-rfc/
A proposal for an additional level of name uniqueness for Postgres extension packaging and distribution, based on URIs.
- Introducing RFC 9535 Go JSONPath and Playground
https://justatheory.com/2024/11/go-jsonpath-playground/
I’ve made a RFC 9535 JSONPath JSONPath Go package, and compiled it into Wasm to build an in-browser playground for it.
- PGXN v2: Go or Rust?
https://justatheory.com/2024/03/pgxn-language-choices/
What programming language(s) should we use to build new and revamp existing PGXN services and tools: Rust or Go? Vote your preference!
- Contemplating Decentralized Extension Publishing
https://justatheory.com/2024/02/decentralized-extension-publishing/
The Go package ecosystem uses distributed publishing to release modules without authentication or uploads. Could we do something similar for Postgres extensions?
Follow #go
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/go"