An open API service for producing an overview of a list of open source projects.

https://github.com/mattn/go-sqlite3

go sqlite sqlite3-driver

Score: 37.16325247703359

Last synced: about 21 hours ago
JSON representation

Repository metadata:

sqlite3 driver for go using database/sql


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 800
Total Committers: 200
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.545

Commits in past year: 37
Committers in past year: 8
Avg Commits per committer in past year: 4.625
Development Distribution Score (DDS) in past year: 0.189

Name Email Commits
Yasuhiro Matsumoto m****p@g****m 364
Gert-Jan Timmer g****r@g****m 95
Jesse Rittner r****e@g****m 10
Philip O'Toole p****e@y****m 8
Zbigniew Mandziejewicz s****e@g****m 8
Lars Buitinck l****k@e****l 8
Evan Jones e****s@d****m 7
Mario Trangoni m****i@g****m 7
Frederick Akalin a****n@g****m 6
David Anderson d****e@n****t 6
Carlos Castillo c****9@g****m 6
jander j****y@1****m 5
Micah Stetson m****h@s****g 5
John Gallagher j****r@g****m 4
Andrii Zavorotnii a****i@g****m 4
A.N g****o@g****m 4
cds c****s@s****3 4
lye l****e 4
Conor Branagan c****n@g****m 3
Catena cyber 3****r 3
Mura Li m****i@e****m 3
Sven Engelhardt s****n@i****e 3
David Hill d****l@c****m 3
Egon Elbre e****e@g****m 3
Greg Holt g****t@g****m 3
Joshua Hull j****y@g****m 3
Kenneth Shaw k****w@g****m 3
Martin Tournoij m****n@a****t 3
Robert Knight r****t@g****m 3
Ross Light l****t@g****m 3
and 170 more...

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 215
Total pull requests: 167
Average time to close issues: 6 months
Average time to close pull requests: 3 months
Total issue authors: 206
Total pull request authors: 76
Average comments per issue: 4.4
Average comments per pull request: 2.51
Merged pull request: 44
Bot issues: 0
Bot pull requests: 0

Past year issues: 15
Past year pull requests: 22
Past year average time to close issues: 4 days
Past year average time to close pull requests: about 6 hours
Past year issue authors: 15
Past year pull request authors: 14
Past year average comments per issue: 2.93
Past year average comments per pull request: 0.5
Past year merged pull request: 3
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/mattn/go-sqlite3

Top Issue Authors

  • rittneje (3)
  • Imran-imtiaz48 (2)
  • labulakalia (2)
  • wjkoh (2)
  • mattn (2)
  • ghost (2)
  • x0d3r (2)
  • jtarchie (2)
  • seshu3564 (1)
  • FF-AntiK (1)
  • chaslain (1)
  • erudenko (1)
  • anolivetree (1)
  • ghollf (1)
  • faultolerance (1)

Top Pull Request Authors

  • mattn (23)
  • charlievieth (22)
  • otoolep (12)
  • ohaibbq (3)
  • hifi (3)
  • gwd (3)
  • jonstacks (3)
  • r-barnes (2)
  • beldmian (2)
  • segiddins (2)
  • q66 (2)
  • emersion (2)
  • svanellewee (2)
  • andrzh (2)
  • calmh (2)

Top Issue Labels

  • enhancement (7)
  • help wanted (6)
  • research (2)

Top Pull Request Labels

  • enhancement (1)

Package metadata

proxy.golang.org: github.com/mattn/go-sqlite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established by setting ConnectHook to get the SQLiteConn. You can also use database/sql.Conn.Raw (Go >= 1.13): If you want to register Go functions as SQLite extension functions you can make a custom driver by calling RegisterFunction from ConnectHook. You can then use the custom driver by passing its name to sql.Open. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-sqlite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-29T09:39:10.337Z (about 22 hours ago)
  • Versions: 56
  • Dependent Packages: 14,553
  • Dependent Repositories: 63,599
  • Docker Downloads: 7,484,645,633
  • Rankings:
    • Dependent packages count: 0.012%
    • Dependent repos count: 0.02%
    • Docker downloads count: 0.04%
    • Average: 0.346%
    • Stargazers count: 0.815%
    • Forks count: 0.846%
proxy.golang.org: github.com/mattn/go-Sqlite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-Sqlite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-Sqlite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:02:26.251Z (3 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.543%
    • Forks count: 0.591%
    • Average: 4.37%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/mattn/go-SQLite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-SQLite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-SQLite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:01:21.834Z (3 days ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.543%
    • Forks count: 0.591%
    • Average: 4.37%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/mattn/go-sqLite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-sqLite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-sqLite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:02:26.518Z (3 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.543%
    • Forks count: 0.591%
    • Average: 4.37%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/Mattn/go-sqlite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/Mattn/go-sqlite3
  • Documentation: https://pkg.go.dev/github.com/Mattn/go-sqlite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:02:26.365Z (3 days ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.715%
    • Forks count: 0.76%
    • Average: 4.455%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/mattn/go-sQLite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-sQLite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-sQLite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:01:22.153Z (3 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.086%
    • Average: 5.257%
    • Dependent repos count: 5.428%
proxy.golang.org: github.com/mattn/Go-SQLite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/Go-SQLite3
  • Documentation: https://pkg.go.dev/github.com/mattn/Go-SQLite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:01:52.780Z (3 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.257%
    • Average: 5.433%
    • Dependent repos count: 5.61%
proxy.golang.org: github.com/mattn/go-SQlite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/go-SQlite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-SQlite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:01:21.831Z (3 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.906%
    • Average: 6.104%
    • Dependent repos count: 6.302%
proxy.golang.org: github.com/mattn/go-sqlite3/upgrade

Package upgrade is a dummy package to ensure package can be loaded This file is to avoid the following error: can't load package: package go-sqlite3/upgrade: build constraints exclude all Go files in go-sqlite3\upgrade

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://pkg.go.dev/github.com/mattn/go-sqlite3/upgrade#section-documentation
  • Licenses: MIT
  • Latest release: (published 7 days ago)
  • Last Synced: 2026-03-27T10:02:26.123Z (3 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/mattn/Go-sqlite3

Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql. Installation Currently, go-sqlite3 supports the following data types. You can write your own extension module for sqlite3. For example, below is an extension for a Regexp matcher operation. It needs to be built as a so/dll shared library. And you need to register the extension module like below. Then, you can use this extension. You can hook and inject your code when the connection is established. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.

  • Homepage: https://github.com/mattn/Go-sqlite3
  • Documentation: https://pkg.go.dev/github.com/mattn/Go-sqlite3#section-documentation
  • Licenses: MIT
  • Latest release: v1.14.37 (published 14 days ago)
  • Last Synced: 2026-03-27T10:01:22.840Z (3 days ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
ubuntu-23.10: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Licenses:
  • Latest release: 1.14.17~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-10T05:06:09.111Z (20 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-10: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://packages.debian.org/buster/golang-github-mattn-go-sqlite3
  • Licenses:
  • Latest release: 1.6.0~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-13T04:09:05.706Z (17 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.10: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Status: removed
  • Licenses:
  • Latest release: 1.14.19~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-02-08T16:02:31.535Z (about 2 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
debian-12: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://packages.debian.org/bookworm/golang-github-mattn-go-sqlite3
  • Licenses:
  • Latest release: 1.14.16~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-12T21:13:07.839Z (17 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.04: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Licenses:
  • Latest release: 1.14.19~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-05T18:48:49.247Z (25 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-23.04: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Licenses:
  • Latest release: 1.14.16~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-12T01:19:03.703Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-22.04: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Licenses:
  • Latest release: 1.14.11~ds1-2 (published about 2 months ago)
  • Last Synced: 2026-03-07T04:41:06.010Z (23 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-20.04: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Licenses:
  • Latest release: 1.6.0~ds1-2 (published about 2 months ago)
  • Last Synced: 2026-03-08T02:59:06.383Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-11: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://packages.debian.org/bullseye/golang-github-mattn-go-sqlite3
  • Licenses:
  • Latest release: 1.6.0~ds1-2 (published about 2 months ago)
  • Last Synced: 2026-03-14T06:19:26.370Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
guix: go-github-com-mattn-go-sqlite3

Sqlite3 driver for Go

debian-13: golang-github-mattn-go-sqlite3

  • Homepage: https://github.com/mattn/go-sqlite3
  • Documentation: https://packages.debian.org/trixie/golang-github-mattn-go-sqlite3
  • Licenses:
  • Latest release: 1.14.27~ds1-1 (published about 2 months ago)
  • Last Synced: 2026-03-13T12:12:25.489Z (17 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

.github/workflows/cifuzz.yaml actions
  • actions/upload-artifact v4 composite
  • google/oss-fuzz/infra/cifuzz/actions/build_fuzzers master composite
  • google/oss-fuzz/infra/cifuzz/actions/run_fuzzers master composite
.github/workflows/docker.yaml actions
  • actions/checkout v6 composite
_example/simple/Dockerfile docker
  • golang alpine3.18 build
  • scratch latest build
go.mod go
go.sum go
.github/workflows/go.yaml actions
  • actions/checkout v6 composite
  • actions/setup-go v6 composite
  • codecov/codecov-action v5 composite
  • msys2/setup-msys2 v2 composite