remove 'downloads' badge from README

This commit is contained in:
gleb
2022-10-09 10:38:08 +07:00
committed by GitHub
parent faa2712d09
commit 6a19a9d651

View File

@@ -1,6 +1,5 @@
[![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.