mattn c1aa7ac706 Merge pull request #155 from kartaca/master
fixed timezone problem for datetime types
2014-10-24 18:22:46 +09:00
2014-07-04 10:25:27 +09:00
2014-02-07 09:34:58 +09:00
2014-08-18 17:00:59 +09:00
2014-08-18 17:00:59 +09:00
2014-08-18 17:00:59 +09:00
2014-08-18 16:52:12 +09:00
2014-10-22 13:31:54 +09:00
2014-08-20 16:13:15 +02:00
2014-10-22 13:31:54 +09:00
2014-07-11 12:26:33 +09:00
2014-07-11 12:26:33 +09:00
2013-08-13 21:44:05 +09:00

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

sqlite.c, sqlite3.h, sqlite3ext.h

In this repository, those files are amalgamation code that copied from SQLite3. The license of those codes are depend on the license of SQLite3.

Author

Yasuhiro Matsumoto (a.k.a mattn)

Description
No description provided
Readme 50 MiB
Languages
C 96.2%
Go 3.4%
C++ 0.3%