harness-drone/vendor/github.com/mattn/go-sqlite3
2015-09-29 18:21:17 -07:00
..
sqlite3_test moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
backup.go updated vendor files and paths 2015-09-29 18:21:17 -07:00
doc.go moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
error.go moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
error_test.go moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
LICENSE moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
README.md updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3.c updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3.go updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3.h updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3_fts3_test.go moving from Godeps to Go 1.5 vendoring 2015-09-29 17:34:44 -07:00
sqlite3_other.go updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3_test.go updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3_windows.go updated vendor files and paths 2015-09-29 18:21:17 -07:00
sqlite3ext.h updated vendor files and paths 2015-09-29 18:21:17 -07:00

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)