pgx
PostgreSQL driver
A high-performance PostgreSQL driver and toolkit for building Go applications
PostgreSQL driver and toolkit for Go
11k stars
102 watching
841 forks
Language: Go
last commit: 16 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,127 |
jackc/pgconn | A low-level PostgreSQL database driver with focus on connection and authentication management. | 184 |
vgarvardt/pgx-google-uuid | Enables Google UUID type support for the PostgreSQL driver | 39 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,546 |
sosedoff/pgweb | A cross-platform client for PostgreSQL databases written in Go. | 8,647 |
jackc/pgx-go-kit-log | Provides logging and logging configuration utilities for building Go applications using PGX. | 0 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
apache/cassandra-gocql-driver | A fast and robust Cassandra client for the Go programming language | 2,584 |
mattn/go-sqlite3 | A SQLite driver for Go that allows developers to interact with SQLite databases using the standard database/sql interface. | 8,018 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
dimitri/pgloader | Tools for migrating data from various sources to PostgreSQL using the COPY command | 5,435 |
pgmodeler/pgmodeler | A graphical tool for designing and managing PostgreSQL databases | 3,123 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,168 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |