Files
go-sqlite3/README.mkd
Porjo e8799fe79a Update README.mkd
Include documentation section
2013-09-28 19:55:26 +01:00

1.1 KiB

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