pq
Postgres client
A Go driver for connecting to Postgres databases using the standard database/sql package
Pure Go Postgres driver for database/sql
9k stars
157 watching
914 forks
Language: Go
last commit: 2 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jackc/pgx | A high-performance PostgreSQL driver and toolkit for building Go applications | 10,954 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,580 |
nsqio/go-nsq | A Go package providing an official client library for interacting with NSQ clusters. | 2,598 |
sosedoff/pgweb | A cross-platform client for PostgreSQL databases written in Go. | 8,678 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,714 |
go-mgo/mgo | A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database | 2,735 |
ahmetb/go-linq | A library providing a domain-specific language for querying and manipulating data in Go | 3,532 |
apache/cassandra-gocql-driver | A fast and robust Cassandra client for the Go programming language | 2,595 |
vgarvardt/pgx-google-uuid | Enables Google UUID type support for the PostgreSQL driver | 39 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,662 |
pgbackrest/pgbackrest | A reliable backup and restore solution for large PostgreSQL databases using parallel processing and efficient compression algorithms. | 2,695 |
mattn/go-sqlite3 | A C-based driver that provides an interface to SQLite databases using the Go language. | 8,093 |
dalibo/pg_activity | A command line tool for monitoring activity on PostgreSQL servers. | 2,493 |
streadway/amqp | An AMQP 0.9.1 protocol client library written in Go. | 4,878 |
npgsql/npgsql | A .NET data provider for PostgreSQL that enables connection and interaction with the PostgreSQL database using C#. | 3,354 |