Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
Akinori Hattori 4970c4bff6 Use sqlite3_close_v2() 2013-10-24 22:21:37 +09:00
_example rename 2013-09-12 09:40:57 +09:00
sqltest Add benchmark tests. As used by other database/sql drivers. 2013-09-18 19:56:03 +12:00
.travis.yml Use tip on travis 2013-08-29 10:03:00 +09:00
README.mkd Update README.mkd 2013-09-28 19:55:26 +01:00
error.go Start work on introducing machine-readable error codes. 2013-08-30 22:35:32 +09:00
error_test.go Add tests 2013-09-03 19:36:33 +09:00
sqlite3.c Use sqlite3.c in all platforms 2013-08-28 14:46:33 +09:00
sqlite3.go Use sqlite3_close_v2() 2013-10-24 22:21:37 +09:00
sqlite3.h Upgrade amalgramation code 2013-08-13 21:44:05 +09:00
sqlite3_other.go Remove -v 2013-09-02 09:44:13 +09:00
sqlite3_test.go Add benchmark tests. As used by other database/sql drivers. 2013-09-18 19:56:03 +12:00
sqlite3_windows.go Start work on introducing machine-readable error codes. 2013-08-13 21:45:05 +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