Rod Hynes ece24d19a3 Vendor most remaining dependencies 8 years ago
..
LICENSE ece24d19a3 Vendor most remaining dependencies 8 years ago
README.md ece24d19a3 Vendor most remaining dependencies 8 years ago
backup.go ece24d19a3 Vendor most remaining dependencies 8 years ago
doc.go ece24d19a3 Vendor most remaining dependencies 8 years ago
error.go ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3.c ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3.go ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3.h ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3_other.go ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3_windows.go ece24d19a3 Vendor most remaining dependencies 8 years ago
sqlite3ext.h ece24d19a3 Vendor most remaining dependencies 8 years ago

README.md

go-sqlite3

Build Status Coverage Status

Description

sqlite3 driver conforming to the built-in database/sql interface

Installation

This package can be installed with the go get command:

go get github.com/mattn/go-sqlite3

Documentation

API documentation can be found here: http://godoc.org/github.com/mattn/go-sqlite3

Examples can be found under the ./_example directory

FAQ

License

MIT: http://mattn.mit-license.org/2012

sqlite.c, sqlite3.h, sqlite3ext.h

In this repository, those files are amalgamation code that copied from SQLite3. The license of those codes are depend on the license of SQLite3.

Author

Yasuhiro Matsumoto (a.k.a mattn)