Files
go-sqlite/README.md
2021-12-23 17:49:03 +01:00

6 lines
317 B
Markdown

[![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.