add Presto library

Jeho, Sung 2018-09-05 14:29:20 +08:00
parent 518f17343a
commit e837948b7b

@ -32,6 +32,7 @@ Drivers for Go's sql package include:
* **Postgres** (pure Go): https://github.com/lib/pq ` [*] `
* **Postgres** (uses cgo): https://github.com/jbarham/gopgsqldriver
* **Postgres** (pure Go): https://github.com/jackc/pgx ` [**] `
* **Presto**: https://github.com/prestodb/presto-go-client
* **SAP HANA** (pure go): https://github.com/SAP/go-hdb
* **Snowflake** (pure Go): https://github.com/snowflakedb/gosnowflake
* **SQLite** (uses cgo): https://github.com/mattn/go-sqlite3 ` [*] `