go-sqlite3-hak5/params.json

1 line
2.1 KiB
JSON

{"name":"go-sqlite3","tagline":"sqlite3 driver for go that using database/sql","body":"go-sqlite3\r\n==========\r\n\r\n[![Build Status](https://travis-ci.org/mattn/go-sqlite3.png?branch=master)](https://travis-ci.org/mattn/go-sqlite3)\r\n[![Coverage Status](https://coveralls.io/repos/mattn/go-sqlite3/badge.png?branch=master)](https://coveralls.io/r/mattn/go-sqlite3?branch=master)\r\n\r\nDescription\r\n-----------\r\n\r\nsqlite3 driver conforming to the built-in database/sql interface\r\n\r\nInstallation\r\n------------\r\n\r\nThis package can be installed with the go get command:\r\n\r\n go get github.com/mattn/go-sqlite3\r\n \r\nDocumentation\r\n-------------\r\n\r\nAPI documentation can be found here: http://godoc.org/github.com/mattn/go-sqlite3\r\n\r\nExamples can be found under the `./_example` directory\r\n\r\nFAQ\r\n---\r\n\r\n* Can't build go-sqlite3 on windows 64bit.\r\n\r\n > Probably, you are using go 1.0, go1.0 has a problem when it comes to compiling/linking on windows 64bit. \r\n > See: https://github.com/mattn/go-sqlite3/issues/27\r\n\r\n* Getting insert error while query is opened.\r\n\r\n > You can pass some arguments into the connection string, for example, a URI.\r\n > See: https://github.com/mattn/go-sqlite3/issues/39\r\n\r\n* Do you want cross compiling? mingw on Linux or Mac?\r\n\r\n > See: https://github.com/mattn/go-sqlite3/issues/106\r\n > See also: http://www.limitlessfx.com/cross-compile-golang-app-for-windows-from-linux.html\r\n\r\n* Want to get time.Time with current locale\r\n\r\n Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.\r\n\r\nLicense\r\n-------\r\n\r\nMIT: http://mattn.mit-license.org/2012\r\n\r\nsqlite3-binding.c, sqlite3-binding.h, sqlite3ext.h\r\n\r\nThe -binding suffix was added to avoid build failures under gccgo.\r\n\r\nIn this repository, those files are amalgamation code that copied from SQLite3. The license of those codes are depend on the license of SQLite3.\r\n\r\nAuthor\r\n------\r\n\r\nYasuhiro Matsumoto (a.k.a mattn)\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}