Skip to content

Commit 84b6e46

Browse files
committed
add pgx to top level docs
1 parent f2fa789 commit 84b6e46

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ e.g. s3, github, go-bindata, gcs, file
2525
Obtained by running: `migrate -help`
2626

2727
**Loaded Database Drivers**
28-
e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, redshift, cassandra, cockroach, mysql
28+
e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, pgx, redshift, cassandra, cockroach, mysql
2929
Obtained by running: `migrate -help`
3030

3131
**Go Version**

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4+
5+
- [migrate](#migrate)
6+
- [Databases](#databases)
7+
- [Database URLs](#database-urls)
8+
- [Migration Sources](#migration-sources)
9+
- [CLI usage](#cli-usage)
10+
- [Basic usage](#basic-usage)
11+
- [Docker usage](#docker-usage)
12+
- [Use in your Go project](#use-in-your-go-project)
13+
- [Getting started](#getting-started)
14+
- [Tutorials](#tutorials)
15+
- [Migration files](#migration-files)
16+
- [Versions](#versions)
17+
- [Development and Contributing](#development-and-contributing)
18+
19+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
20+
121
[![CircleCI - Build Status](https://img.shields.io/circleci/build/github/golang-migrate/migrate/master)](https://circleci.com/gh/golang-migrate/migrate)
222
[![GoDoc](https://godoc.org/github.com/golang-migrate/migrate?status.svg)](https://godoc.org/github.com/golang-migrate/migrate)
323
[![Coverage Status](https://img.shields.io/coveralls/github/golang-migrate/migrate/master.svg)](https://coveralls.io/github/golang-migrate/migrate?branch=master)
@@ -24,6 +44,7 @@ Forked from [mattes/migrate](https://github.com/mattes/migrate)
2444
Database drivers run migrations. [Add a new database?](database/driver.go)
2545

2646
* [PostgreSQL](database/postgres)
47+
* [PGX](database/pgx)
2748
* [Redshift](database/redshift)
2849
* [Ql](database/ql)
2950
* [Cassandra](database/cassandra)

0 commit comments

Comments
 (0)