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