Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
81a88cec73
Return io.EOF, so rows.Next() will automatically call rows.Close() after all results have been returned. |
||
---|---|---|
example | ||
Makefile | ||
README.mkd | ||
sqlite3.go | ||
sqlite3_test.go |
README.mkd
go-sqlite3
DESCRIPTION
sqlite3 driver for go that using database/sql