Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkoken authored Jan 24, 2021
1 parent aabff76 commit fdbbc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gdbc-sqlite
GDBC Sqlite Driver - It is based on https://github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
GDBC Sqlite Driver - It is based on [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3)

[![Go Report Card](https://goreportcard.com/badge/github.com/go-gdbc/gdbc-sqlite)](https://goreportcard.com/report/github.com/go-gdbc/gdbc-sqlite)
[![codecov](https://codecov.io/gh/go-gdbc/gdbc-sqlite/branch/main/graph/badge.svg?token=1O1KF6HIHH)](https://codecov.io/gh/go-gdbc/gdbc-sqlite)
Expand All @@ -26,4 +26,4 @@ gdbc:sqlite:database-name?arg1=value1
gdbc:sqlite:database-file-path?arg1=value1
```

Checkout [https://github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) for arguments details.
Checkout [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3) for arguments details.

0 comments on commit fdbbc46

Please sign in to comment.