Skip to content

Commit

Permalink
docs: add readme badges for test passing and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gKits committed Oct 24, 2024
1 parent 5e83be1 commit f51e618
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# SQLNull
![go-version-badge](https://img.shields.io/github/go-mod/go-version/gkits/sqlnull)
![test-pipeline-badge](https://github.com/gkits/sqlnull/actions/workflows/test.yml/badge.svg)
![test-coverage-badge](https://raw.githubusercontent.com/gKits/sqlnull/badges/.badges/main/coverage.svg)

A dead simple one stop solution to pass your database types directly to
your JSON REST-API.

---

This package provides wrapper types for all Null* types of the
[`database/sql`](https://pkg.go.dev/database/sql) which implement the
`Marshaler` and `Unmarshaler` interface of the
Expand Down

0 comments on commit f51e618

Please sign in to comment.