Skip to content

Commit 4382510

Browse files
authored
doc: modify README.md (#11)
1 parent 97255ae commit 4382510

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sqlplus
22

3+
[![Godoc](https://img.shields.io/badge/godoc-reference-brightgreen)](https://pkg.go.dev/github.com/chenquan/sqlplus)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/chenquan/sqlplus)](https://goreportcard.com/report/github.com/chenquan/sqlplus)
5+
[![Release](https://img.shields.io/github/v/release/chenquan/sqlplus.svg?style=flat-square)](https://github.com/chenquan/sqlplus)
6+
[![codecov](https://codecov.io/gh/chenquan/sqlplus/branch/master/graph/badge.svg?token=74phc5KVI7)](https://codecov.io/gh/chenquan/sqlplus)
7+
[![Download](https://goproxy.cn/stats/github.com/chenquan/sqlplus/badges/download-count.svg)](https://github.com/chenquan/sqlplus)
8+
[![GitHub](https://img.shields.io/github/license/chenquan/sqlplus)](https://github.com/chenquan/sqlplus/blob/master/LICENSE)
9+
310
A sql enhancement tool library based on `database/sql/driver`
411

512
# installation
@@ -14,4 +21,5 @@ Implement the `sqlplus.Hook` interface and wrap it with `sqlplus.New(d driver.Dr
1421

1522
# example
1623

17-
- [sqltrace](https://github.com/chenquan/sqltrace): A sql tracing library, suitable for any relational database such as Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, etc.
24+
- [sqltrace](https://github.com/chenquan/sqltrace): A sql tracing library, suitable for any relational database such as
25+
Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, etc.

0 commit comments

Comments
 (0)