Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Chaín committed May 5, 2017
1 parent 58b9bfa commit e0a9218
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -61,3 +61,10 @@ Output should look like:
> SELECT id, text FROM t []. took: 4.653µs
*/
```

## Supported Drivers
engine | implementation | status
---------|----------------|--------
sqlite3 | [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | ✓ |
mysql | [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | ✓ |
postgres | [lib/pq](https://github.com/lib/pq) | ✓ |

0 comments on commit e0a9218

Please sign in to comment.