From 819af5f211fde1d18e103dfe4aa4e927425569eb Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 14 Jun 2025 18:17:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13b0963..612f587 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ The awesome list of things. - [Go Safe Web](https://github.com/google/go-safeweb): A Google collection of libraries for writing secure-by-default HTTP servers in Go. - [go8](https://github.com/gmhafiz/go8) as best of breed collection of patterns and libraries for building http web applications inspired by the [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/) blog post. - [Convert HTLM to Markdown](https://github.com/JohannesKaufmann/html-to-markdown) +- [PGX](https://github.com/jackc/pgx/wiki/Getting-started-with-pgx): Postgres database access +- [Sqlc](https://docs.sqlc.dev/en/latest/): Compiles SQL queiries to go database accessors. Works greate with pgx ### GUI Frameworks