Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
mattn 9eb751e8f1 Add doc 2014-07-04 09:54:28 +09:00
_example Add backup. Close #104 2014-01-30 19:45:24 +09:00
sqltest Add benchmark tests. As used by other database/sql drivers. 2013-09-18 19:56:03 +12:00
.travis.yml Use goveralls -repotoken 2014-02-07 09:34:58 +09:00
README.mkd Update README.mkd 2013-09-28 19:55:26 +01:00
backup.go Don't return error when succeeded 2014-05-27 10:35:20 +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 Update sqlite to 3.8.4.1. 2014-03-14 00:37:16 -04:00
sqlite3.go Fix error on Execer. Close #124 2014-06-26 03:54:30 +09:00
sqlite3.h Update sqlite to 3.8.4.1. 2014-03-14 00:37:16 -04:00
sqlite3_other.go Enable Sqlite R*Tree Module 2013-12-22 23:42:40 +01:00
sqlite3_test.go Enable test for Queryer 2014-06-26 04:06:39 +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.mkd

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