1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-github-mattn-go-sqlite3
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>,
MartÃn Ferrari <tincho@debian.org>,
Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.17~),
golang-any,
libsqlite3-dev,
tzdata,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mattn-go-sqlite3.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mattn-go-sqlite3.git
Homepage: https://github.com/mattn/go-sqlite3
XS-Go-Import-Path: github.com/mattn/go-sqlite3
Package: golang-github-mattn-go-sqlite3-dev
Architecture: all
Depends: ${misc:Depends},
libsqlite3-dev,
Built-Using: ${misc:Built-Using}
Description: sqlite3 driver for go that using database/sql
SQLite3 driver conforming to the built-in database/sql interface.
Currently, go-sqlite3 support following data types: null, integer,
float, blob, text and timestamp/datetime.
|