Update README.md

This commit is contained in:
glebarez
2022-01-13 16:16:34 +03:00
committed by GitHub
parent f6f0331b65
commit daea105d4c

View File

@@ -1,5 +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)
# go-sqlite
Golang database driver for SQLite.
This driver is based on pure-Go SQLite implementation (https://gitlab.com/cznic/sqlite), and has SQLite embedded.
This is a pure-Go SQLite driver for Golang's native [database/sql](https://pkg.go.dev/database/sql) package.
This driver is based on pure-Go implementation of SQLite (https://gitlab.com/cznic/sqlite), and has SQLite embedded.