Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
Sven Engelhardt 81a88cec73 database/sql expects io.EOF after all rows have been Next'ed
Return io.EOF, so rows.Next() will automatically call rows.Close()
after all results have been returned.
2012-03-02 09:06:56 +09:00
example add example of Prepare()/QueryRow(). add db.Close(). close #7 2012-02-23 14:30:50 +09:00
Makefile first import. 2011-11-11 21:36:22 +09:00
README.mkd Updating README 2012-01-20 11:45:29 -05:00
sqlite3.go database/sql expects io.EOF after all rows have been Next'ed 2012-03-02 09:06:56 +09:00
sqlite3_test.go merged bradfitz's patch. thanks. 2012-02-20 16:14:49 +09:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using database/sql

LICENSE

MIT: http://mattn.mit-license.org/2011