File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ $ go get -u -v github.com/vgarvardt/go-oauth2-pg
1212
1313The store accepts an adapter interface that interacts with the DB. The package is bundled with the following adapter implementations
1414
15- - ` database/sql ` (e.g. [ ` github.com/lib/pq ` ] ( https://github.com/lib/pq ) ) - ` github.com/vgarvardt/go-oauth2-pg/adapter/sql.NewSQL () `
16- - [ ` github.com/jmoiron/sqlx.DB ` ] ( https://github.com/jmoiron/sqlx ) - ` github.com/vgarvardt/go-oauth2-pg/adapter/sqlx.NewSQLx () `
17- - [ ` github.com/jackc/pgx.Conn ` ] ( https://github.com/jackc/pgx ) - ` github.com/vgarvardt/go-oauth2-pg/adapter/pgx.NewConnAdapter () `
18- - [ ` github.com/jackc/pgx.ConnPool ` ] ( https://github.com/jackc/pgx ) - ` github.com/vgarvardt/go-oauth2-pg/adapter/pgx.NewConnPoolAdapter () `
15+ - ` database/sql ` (e.g. [ ` github.com/lib/pq ` ] ( https://github.com/lib/pq ) ) - ` github.com/vgarvardt/go-oauth2-pg/sql_adapter.New () `
16+ - [ ` github.com/jmoiron/sqlx.DB ` ] ( https://github.com/jmoiron/sqlx ) - ` github.com/vgarvardt/go-oauth2-pg/sql_adapter.NewX () `
17+ - [ ` github.com/jackc/pgx.Conn ` ] ( https://github.com/jackc/pgx ) - ` github.com/vgarvardt/go-oauth2-pg/pgx_adapter.NewConn () `
18+ - [ ` github.com/jackc/pgx.ConnPool ` ] ( https://github.com/jackc/pgx ) - ` github.com/vgarvardt/go-oauth2-pg/pgx_adapter.NewConnPool () `
1919
2020## Usage example
2121
You can’t perform that action at this time.
0 commit comments