add downloads badge

This commit is contained in:
glebarez
2022-08-03 19:09:24 +03:00
committed by GitHub
parent 7c582fe11b
commit ee13d553d6

View File

@@ -1,5 +1,6 @@
[![Tests](https://github.com/glebarez/go-sqlite/actions/workflows/tests.yml/badge.svg)](https://github.com/glebarez/go-sqlite/actions/workflows/tests.yml)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/glebarez/0fd7561eb29baf31d5362ffee1ae1702/raw/badge-sqlite-version-with-date.json)
![badge](https://img.shields.io/github/downloads/glebarez/go-sqlite/total.svg?color=54a158&labelColor=25292d)
# go-sqlite
This is a pure-Go SQLite driver for Golang's native [database/sql](https://pkg.go.dev/database/sql) package.