Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhitena authored Sep 14, 2016
1 parent 70ee609 commit c57c0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ Also, this space includes a list of proposed packages that would fill certain ga

- [databases/sql](https://golang.org/pkg/database/sql/) - Package sql provides a generic interface around SQL (or SQL-like) databases.
- [github.com/Boostport/avatica](https://github.com/Boostport/avatica) - Apache Phoenix/Avatica driver for Go's `database/sql` package.
- [github.com/lib/pq](https://github.com/lib/pq) - A pure Go postgres driver for Go's database/sql package.
- [github.com/lib/pq](https://github.com/lib/pq) - A pure Go postgres driver for Go's `database/sql` package.
- [github.com/go-pg/pg](https://github.com/go-pg/pg) - Fast PostgreSQL client and ORM.
- [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - A MySQL-Driver for Go's database/sql package.
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver conforming to the built-in database/sql interface.
- [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - A MySQL-Driver for Go's `database/sql` package.
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver conforming to the built-in `database/sql` interface.

## Web Scraping

Expand Down

0 comments on commit c57c0cc

Please sign in to comment.