Projects in Awesome Lists tagged with pgx
A curated list of projects in awesome lists tagged with pgx .
https://github.com/georgysavva/scany
Library for scanning data from a database into Go structs and more
database go golang mysql pgx postgresql sql
Last synced: 23 Apr 2025
https://github.com/aleksk1ng/go-clean-architecture-rest-api
Golang Clean Architecture REST API example
aws-s3 clean-architecture docker example-project go golang gomock jaeger pgx postgresql redis rest-api sqlx swagger testify tracing viper zap
Last synced: 16 May 2025
https://github.com/AleksK1NG/Go-Clean-Architecture-REST-API
Golang Clean Architecture REST API example
aws-s3 clean-architecture docker example-project go golang gomock jaeger pgx postgresql redis rest-api sqlx swagger testify tracing viper zap
Last synced: 28 Mar 2025
https://github.com/pashagolub/pgxmock
pgx mock driver for golang to test database interactions
database go golang pgx postgres postgresql sqlmock tdd
Last synced: 15 May 2025
https://github.com/bagashiz/go-pos
Simple RESTful Point of Sale (POS) Service API written in Go using Gin web framework, PostgreSQL database, and Redis cache. Proof of concept of implementing Hexagonal Architecture in Go.
gin go golang hexagonal-architecture pgx point-of-sales postgresql redis rest-api
Last synced: 12 Apr 2025
https://github.com/aleksk1ng/go-grpc-rabbitmq-microservice
Go gRPC RabbitMQ email microservice
clean-architecture docker go golang grafana grpc grpc-go jaeger microservices opentracing pgx postgresql prometheus rabbitmq sqlx
Last synced: 06 May 2025
https://github.com/thiht/transactor
Transactor is an injectable type making DB transactions seamless.
go golang mssql mysql oracle pgx postgres sql sqlite sqlx transactions transactor
Last synced: 05 Apr 2025
https://github.com/sbslee/pypgx
A Python package for pharmacogenomics (PGx) research
api cli cyp2d6 genotype pgx pharmacogenetics pharmacogenomics phenotype star-alleles stargazer structural-variation
Last synced: 04 Jan 2026
https://github.com/spa5k/uids-postgres
PostgreSQL Extension to generate various type of Universally Unique IDS
hacktoberfest ksuid nanoid pgx postgresql postgresql-extension rust ulid uuid
Last synced: 08 Mar 2026
https://github.com/aleksk1ng/go-booking-microservices-example
Go Hotels microservices
aws-s3 docker echo go golang grafana grpc jaeger microservices pgx postgresql prometheus rabbitmq redis
Last synced: 12 Jul 2025
https://github.com/prashanthpai/sqlcache
Caching middleware for database/sql
cache database declarative-caching go golang interceptor middleware pgx postgres postgresql redis ristretto slonik sql sqlmw
Last synced: 13 Jan 2026
https://github.com/equimper/course-golang-twittter-clone-graphql
Code source for https://store.equimper.com/build-a-twitter-clone-graphql-api-using-golang
golang gqlgen pgx postgresql testing
Last synced: 24 Apr 2025
https://github.com/kondohiroki/go-boilerplate
A project boilerplate to make a go application with Fiber
clean-code cobra-cli cron docker docker-compose fiber go golang hexagonal-architecture openapi pgx redis schedule viper yaml zaplogger
Last synced: 07 May 2025
https://github.com/authzed/crdbpool
node aware connection pooling for CockroachDB
cockroachdb connection-pool pgx spicedb
Last synced: 23 Apr 2025
https://github.com/andrei-polukhin/pgdbtemplate
Go library for creating PostgreSQL test databases using template databases for lightning-fast test execution.
database go golang performance pgx postgresql pq testcontainers testing
Last synced: 30 Dec 2025
https://github.com/roneli/goqux
Library for simple CRUD, scanning & pagination using query builder in golang
go golang goqu gorm pgx postgres query-builder sql sql-builder
Last synced: 16 Jan 2026
https://github.com/emicklei/pgtalk
Go code generator to access PostgreSQL tables and views on top of pgx
Last synced: 30 Apr 2025
https://github.com/alexeyco/pig
Simple pgx wrapper to execute and scan query results
database go golang pgx postgres postgresql sql
Last synced: 11 Feb 2026
https://github.com/aswinbennyofficial/sushi
A web platform enabling users to save SSH credentials and access remote machines securely through a web-based terminal, providing SSH access even via smartphones... Demo video: https://sh.aswinbenny.in/sushi-demo
go go-chi golang gorilla-websocket hacktoberfest linux pbkdf2 pgx pgxpool postgres postgresql ssh ssh-server websocket xterm xterm-js zerolog
Last synced: 15 Jun 2025
https://github.com/jeromer/sqrible
Generates Go code that matches your Postgres tables
code-generator golang pgx postgresql sqlx
Last synced: 11 Mar 2026
https://github.com/muhlemmer/pbpgx
Package pbpgx provides a toolkit for easier Protocol Buffers interaction with PostgreSQL databases.
generics go go-generics golang grpc grpc-go pgx postgres postgresql protobuf protocol-buffers protoreflect
Last synced: 12 Apr 2025
https://github.com/ysomad/go-auth-service
Authentication and account management service
gin go migrate mongodb pgx postgresql redis squirrel
Last synced: 06 Oct 2025
https://github.com/ysomad/pgxatomic
Transaction manager for pgx
clean-architecture go golang hexagonal-architecture pgx postgresql transactions
Last synced: 16 Jan 2026
https://github.com/cristalhq/pgxutil
Go jackc/pgx helper to write proper transactions
database go golang pgx postgres transactions
Last synced: 08 Apr 2025
https://github.com/vsvp21/outbox
Transactional outbox based on polling publisher for PostgreSQL.
go golang gorm microservices outbox pgx
Last synced: 12 Mar 2026
https://github.com/matteogioioso/serverless-pgx
Golang module for managing PostgreSQL connections at serverless scale.
aws aws-lambda go golang pgx postgres postgresql serverless
Last synced: 25 Feb 2026
https://github.com/z0ne-dev/mgx
pgx native migration system
database-migrations golang pgx
Last synced: 16 Jan 2026
https://github.com/go-park-mail-ru/2022_2_bugoverload
Backend project Movie-gate.online - analogue of Kinopoisk
alpine backend cd ci clear-architecture docker docker-compose easyjson golang grafana grpc-go metrics microservices performance-testing pgx postgresql prometheus s3 swagger websocket
Last synced: 01 May 2025
https://github.com/arsham/dbtools
Go db helpers library for using in production code and tests.
database go golang library pgx sqlmock-helpers testing transaction
Last synced: 18 Mar 2025
https://github.com/becomeliminal/pgxporter
Prometheus exporter for PostgreSQL server-side metrics.
go golang pgx postgres postgres-exporter postgresql prometheus prometheus-exporter
Last synced: 03 May 2026
https://github.com/eun/go-pgx-cursor-iterator
A golang package for fetching big chunks of rows from a postgres database using a cursor.
database go golang pgx postgres postgresql
Last synced: 16 Mar 2025
https://github.com/n-r-w/testdock
TestDock is a Go library that simplifies database testing by automatically managing test database instances in Docker or external environments, with support for MongoDB, PostgreSQL, MySQL and other SQL databases
database go mongodb pgx postgresql sql testing
Last synced: 08 Aug 2025
https://github.com/cybertec-postgresql/pgx-migrator
Simple pgx based PostgreSQL schema migration library for Go
database-migrations database-schema database-schema-migration db-schema go migration pgx pgxpool postgresql
Last synced: 19 Jun 2025
https://github.com/segfaultmedaddy/pgxephemeraltest
Run pgx/v5 tests in isolated database environment
Last synced: 13 Mar 2026
https://github.com/akashsharma99/passbook-app-backend
contains backend api code for passbook app
api backend golang pgx postgresql
Last synced: 19 Jan 2026
https://github.com/martishin/react-native-golang-todolist-app
React Native todo application with backend written in Go
eslint expo fiber go golang gorm pgx postgresql react react-native typescript ui-kitten
Last synced: 07 Apr 2026
https://github.com/pgx-contrib/pgxtrace
Composite query tracer for pgx v5 — chain multiple tracers (OpenTelemetry, logging, metrics) on a single pgx connection
go golang opentelemetry pgx pgxpool postgresql tracer
Last synced: 14 May 2026
https://github.com/aswinbennyofficial/go-project-template
Go project template using go-chi, pgxpool, go-redis, gocql, zerolog, amqp091-go, middlewares, dockerfile and compose etc..
backend docker docker-compose go go-chi go-redis golang golang-library jwt pgx pgxpool zerolog
Last synced: 19 Jan 2026
https://github.com/ferdiebergado/go-fullstack-boilerplate
A template to scaffold a fullstack go web application
best-practices bundler database-sql docker-compose express full-stack-web-development go hot-reload migrations nginx pgx podman postgres router servemux simple stdlib typescript
Last synced: 08 Apr 2026
https://github.com/iamolegga/gokvpgx
pgx adapter for https://github.com/philippgille/gokv
Last synced: 03 Mar 2025
https://github.com/olexnzarov/sqlc-pgx-migrate-template
A boilerplate template for the sqlc, pgx/v5, golang-migrate libraries
example golang-migrate pgx sqlc template
Last synced: 05 Sep 2025
https://github.com/matthewyoungjr/queuecraft
Modular job queue and worker system built with Go
golang goose pgx pgx-v5 postgresql resend-email stdlib
Last synced: 18 Apr 2026
https://github.com/raph6/migration
db migrations in golang
database migration migration-tool migrations mysql pgx phinx postgresql sqlite sqlite3 sqlx
Last synced: 25 Feb 2026
https://github.com/tatangharyadi/integration
Integration to various APIs and database using Go with GitHub Actions for CI/CD to GCP Cloud Run
auth0 gcp-api-gateway gcp-cloud-run gcp-pubsub github-actions go go-chi odoo pgx postgresql sql terraform viper voucherify zerolog
Last synced: 22 Jan 2026
https://github.com/martishin/auth-server
Production-ready Go microservice example. Provides gRPC endpoints for managing JWT tokens and user's data
docker-compose dockerfile example-project go golang golang-migrate grpc jwt makefile microservice pgx postgresql protobuf protocol-buffers testcontainers testify
Last synced: 07 Feb 2026
https://github.com/kemalkochekov/crud-api
Go-Backend CRUD API for seamless data management.
api crud-application docker docker-compose go golang mocks pgx postgres postman
Last synced: 04 Apr 2026
https://github.com/crhntr/transaction
A ready to go transaction manager
go pgx postgresql sqlc transaction
Last synced: 02 May 2026
https://github.com/anton7r/pgxe
💨 The faster way to develop the database client code in go using pgx.
clean-architecture database database-library development-workflow go golang golang-library pgx postgres postgresql
Last synced: 03 May 2026
https://github.com/muhlemmer/count
Request counting API for zitadel interview process.
cockroachdb go grpc grpc-go pgx postgresql
Last synced: 08 May 2026
https://github.com/hvalfangst/fasthttp-pgx-api
API programmed in Golang with FastHTTP framework and PGX
Last synced: 10 May 2026
https://github.com/bujosa/cebalrai
This is a simple project in go for using the PostgreSQL driver (pgx)
Last synced: 14 Mar 2025
https://github.com/christmaaas/user-rest-api
REST API service responsible for managing user information across the entire application or ecosystem.
docker go golang pgx postgresql
Last synced: 20 Apr 2026
https://github.com/leonardo-jesus/go-library-crud
The Go Library is an application that uses Go, with the purpose to achieve my goal which is to work at Dialog💚. The API saves 6.8M authors in Postgres DB, and makes available a Books' CRUD. Made with Go, Postgres,Fiber, Docker and pgx.
docker dockercompose dockerfile fiber flyio go golang golang-migrate mergo pgx postgres postgresql
Last synced: 02 Oct 2025
https://github.com/pgx-contrib/pgxslog
Structured log/slog adapter for pgx v5 — logs queries, batches, and connections with snake_case keys, SQL name extraction, and per-request logger injection
database golang logging observability pgx pgxpool postgresql slog structured-logging tracelog
Last synced: 15 May 2026
https://github.com/ryandotsmith/pgxtest
test go code with a postgres database via pgxpool
Last synced: 14 Mar 2025
https://github.com/ik5/example_pgx_with_complext_oid
Example on how to use complex domain using golang and pgx
example golang pgx pgxpool poc postgresql
Last synced: 01 May 2026
https://github.com/pgx-contrib/pgxgcp
Google Cloud SQL connector and query caching backends (Firestore, Datastore, Storage) for pgx v5
cloud-sql cloud-storage cloudsql datastore firestore gcp golang pgx pgx-contrib pgxcache postgres postgresql
Last synced: 04 May 2026
https://github.com/cenkayla/userbalance
Basic user balance service for learning purposes.
Last synced: 18 May 2026
https://github.com/aswinbennyofficial/sre-exercises
Building a resilient backend project from scratch with Dockerization and CI/CD, incorporating Site Reliability Engineering (SRE) principles. Demonstrating best practices in modular architecture, logging, database migration, and CI/CD pipelines for automated testing, deployment.
api backend docker go go-chi golang pgx postgres rest-api sre student-management-system vyper-config yaml-configuration zerolog
Last synced: 04 May 2026
https://github.com/todzuko/analytics-service
Сервис для сбора и хранение информации о действиях совершенных пользователями
Last synced: 18 May 2026
https://github.com/sugrado/go-rest-api-template
Go backend (Rest API) project template with Chi and HTTP package.
cors go go-chi go-http go-playground-validator golang http pgx pgxpool postgresql slog squirrel
Last synced: 28 Apr 2026
https://github.com/kauemurakami/go-api-social-media
Create minimals social media with go lang and postgres
Last synced: 16 May 2026
https://github.com/hvalfangst/web-framework-performance-comparison
Performance testing of various web frameworks in various programming languages
bombardier bun-orm fasthttp gin-gonic golang jdbc kotlin pgx r2dbc reactive spring-boot webflux
Last synced: 17 Apr 2026
https://github.com/muhlemmer/pg_testdata
{WIP} pg_testdata is a test data generator for PostgreSQL.
command-line-tool dataset go golang pgx postgres postgresql testing-tools
Last synced: 05 May 2026
https://github.com/pgx-contrib/pgxmql
pgx QueryRewriter that injects hashicorp/mql dynamic filters as safe, parameterised WHERE clauses
dynamic-filtering go golang hashicorp mql pgx postgres postgresql query-rewriter sqlc where-clause
Last synced: 01 May 2026
https://github.com/renaldid/n1detect
Go static analysis tool that detects N+1 database query patterns in for/range loops
database go go-vet golang golangci-lint gorm linter n-plus-one performance pgx query-optimization sqlx static-analysis
Last synced: 09 Jun 2026
https://github.com/martishin/movies-db
User editable database for movies and TV shows, built using React.js on the frontend and Go on the backend
eslint example-project go go-chi go-test golang graphql jest jwt pgx postgresql prettier reactjs reactjs-golang rest-api tailwindcss tmdb-api typescript vite
Last synced: 01 Apr 2026
https://github.com/prosenjitjoy/rest-api-with-postgresql
Rest API implementation with persistent data using PostgreSQL
gin-gonic go-chi pgx postgresql sqlx
Last synced: 19 Apr 2026
https://github.com/mkbeh/xpg
library for working with Postgres, using pgx and integration with OpenTelemetry for tracing and metrics
client go golang pgx postgres postgres-client
Last synced: 19 Apr 2026
https://github.com/iamanirudha97/event-management-rest
simple event management CRUD Api using Go
Last synced: 01 May 2026
https://github.com/likhithkp/ecommerce-order-managent-system
A scalable order management system built using Golang, Kafka, and PostgreSQL, following a microservices architecture. The system efficiently handles orders, payments, and inventory updates through event-driven communication.
confluent-kafka ecommerce go golang inventory kafka microservice microservices order-management payment-processing pgx postgresql
Last synced: 12 May 2026
https://github.com/i-erokhin/pgx_migrant
Golang library for migrations and sync interfaces versions of PostgreSQL databases. pgx driver only.
go golang migrations pgx postgresql
Last synced: 20 Jan 2026
https://github.com/devharnold/smart-notes-api
A simple REST API where users can register, log in, and manage personal notes. Notes can include text or markdown,that get stored in AWS S3
Last synced: 16 Jan 2026
https://github.com/evgeniy-dammer/ecommerce
eCommerce
cleanenv docker docker-compose ecommerce go golang httprouter logrus monolith pgx postgresql swagger
Last synced: 12 Apr 2026
https://github.com/shauryagupta3/lib-management
backend go golang pgx postgresql sql
Last synced: 10 Mar 2026
https://github.com/prosenjitjoy/domain-centric-architecture-in-go
Simple CRUD API with JWT authentication to learn migrations with PostgreSQL and uses of Makefile using the Domain Driven project structure.
crud-api ddd-architecture go-chi migrations pgx postgresql
Last synced: 02 May 2026
https://github.com/course-go/todos
Simple REST API Todos application
app go golang grafana pgx prometheus rest-api sample todos
Last synced: 10 Mar 2026
https://github.com/crhntr/muxt-example-htmx-sortable
An example app using muxt, htmx, sortable.js, and Postgres (pgx)
go pgx postgresql sqlc transactions
Last synced: 11 Mar 2025