sqlite3 driver for go using database/sql
Go to file
mattn 592f5d512e Add LICENSE file 2014-08-18 16:52:12 +09:00
_example Update simple.go (very small change) 2014-07-29 11:46:30 -07:00
sqlite3_test Rename 2014-07-04 10:25:27 +09:00
.travis.yml Use goveralls -repotoken 2014-02-07 09:34:58 +09:00
LICENSE Add LICENSE file 2014-08-18 16:52:12 +09:00
README.md Prefer md 2014-07-16 17:56:05 +09:00
backup.go Use code 2014-08-18 16:52:06 +09:00
doc.go Add doc 2014-07-04 09:54:28 +09:00
error.go Fix ErrNoticeRecoverWAL variable name. 2014-04-01 18:09:00 +02:00
error_test.go Enable extended error codes. 2014-04-01 14:01:19 +02:00
sqlite3.c Upgrade amalgamation code 2014-07-11 12:26:33 +09:00
sqlite3.go implicitly close Stmt in Queryer, Close #131 2014-07-15 18:13:47 +02:00
sqlite3.h Upgrade amalgamation code 2014-07-11 12:26:33 +09:00
sqlite3_other.go Enable Sqlite R*Tree Module 2013-12-22 23:42:40 +01:00
sqlite3_test.go Add TestStress 2014-07-16 17:44:23 +09:00
sqlite3_windows.go Add msvcr100 for 64bit 2014-03-19 13:22:18 +09:00
sqlite3ext.h Upgrade amalgramation code 2013-08-13 21:44:05 +09:00

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