https://github.com/mattn/go-sqlite3
go sqlite sqlite3-driver
Score: 37.146124970806
Last synced: 20 minutes ago
JSON representation
Repository metadata:
sqlite3 driver for go using database/sql
- Host: GitHub
- URL: https://github.com/mattn/go-sqlite3
- Owner: mattn
- License: mit
- Created: 2011-11-11T12:36:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T08:19:54.000Z (22 days ago)
- Last Synced: 2026-01-29T20:43:54.675Z (9 days ago)
- Topics: go, sqlite, sqlite3-driver
- Language: C
- Homepage: http://mattn.github.io/go-sqlite3
- Size: 52 MB
- Stars: 8,940
- Watchers: 143
- Forks: 1,157
- Open Issues: 212
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
-
Funding:
- Github: mattn
Owner metadata:
- Name: mattn
- Login: mattn
- Email: mattn.jp@gmail.com
- Kind: user
- Description: Long-time Golang user&contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars
- Website: https://mattn.kaoriya.net/
- Location: Osaka, Japan
- Twitter: mattn_jp
- Company:
- Icon url: https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377&v=4
- Repositories: 2072
- Last Synced at: 2025-10-29T03:38:31.337Z
- Profile URL: https://github.com/mattn
GitHub Events
Total
- Create event: 11
- Delete event: 2
- Fork event: 57
- Issue comment event: 220
- Issues event: 42
- Pull request event: 42
- Pull request review comment event: 64
- Pull request review event: 73
- Push event: 15
- Watch event: 797
- Total: 1323
Last Year
- Create event: 11
- Delete event: 2
- Fork event: 43
- Issue comment event: 144
- Issues event: 27
- Pull request event: 24
- Pull request review comment event: 39
- Pull request review event: 47
- Push event: 13
- Watch event: 558
- Total: 908
Committers metadata
Last synced: 4 days ago
Total Commits: 790
Total Committers: 198
Avg Commits per committer: 3.99
Development Distribution Score (DDS): 0.549
Commits in past year: 28
Committers in past year: 7
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.214
| Name | Commits | |
|---|---|---|
| Yasuhiro Matsumoto | m****p@g****m | 356 |
| 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 |
| Micah Stetson | m****h@s****g | 5 |
| jander | j****y@1****m | 5 |
| A.N | g****o@g****m | 4 |
| Andrii Zavorotnii | a****i@g****m | 4 |
| John Gallagher | j****r@g****m | 4 |
| lye | l****e | 4 |
| cds | c****s@s****3 | 4 |
| Catena cyber | 3****r | 3 |
| Conor Branagan | c****n@g****m | 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 |
| Scott Lawrence | b****x@g****m | 3 |
| Tetsuya Morimoto | t****o@g****m | 3 |
| and 168 more... | ||
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 215
Total pull requests: 165
Average time to close issues: 6 months
Average time to close pull requests: 3 months
Total issue authors: 206
Total pull request authors: 74
Average comments per issue: 4.39
Average comments per pull request: 2.49
Merged pull request: 44
Bot issues: 0
Bot pull requests: 0
Past year issues: 25
Past year pull requests: 28
Past year average time to close issues: 8 days
Past year average time to close pull requests: about 2 hours
Past year issue authors: 24
Past year pull request authors: 17
Past year average comments per issue: 3.12
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
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
- Total packages: 11
- Total downloads: unknown
- Total docker downloads: 7,484,645,633
- Total dependent packages: 14,553 (may contain duplicates)
- Total dependent repositories: 63,599 (may contain duplicates)
- Total versions: 440
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: v2.0.3+incompatible (published about 6 years ago)
- Last Synced: 2026-02-03T22:27:07.558Z (4 days ago)
- Versions: 52
- 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.33 (published about 1 month ago)
- Last Synced: 2026-02-03T22:27:01.816Z (4 days ago)
- Versions: 48
- 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: v2.0.3+incompatible (published about 6 years ago)
- Last Synced: 2026-02-03T22:27:02.429Z (4 days ago)
- Versions: 49
- 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.33 (published about 1 month ago)
- Last Synced: 2026-02-03T22:27:02.724Z (4 days ago)
- Versions: 48
- 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: v2.0.3+incompatible (published about 6 years ago)
- Last Synced: 2026-02-03T22:27:02.125Z (4 days ago)
- Versions: 49
- 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.33 (published about 1 month ago)
- Last Synced: 2026-02-03T22:27:05.151Z (4 days ago)
- Versions: 48
- 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.33 (published about 1 month ago)
- Last Synced: 2026-02-03T22:27:02.174Z (4 days ago)
- Versions: 48
- 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.33 (published about 1 month ago)
- Last Synced: 2026-02-03T22:27:04.730Z (4 days ago)
- Versions: 48
- 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 15 days ago)
- Last Synced: 2026-01-23T07:44:33.349Z (15 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: v2.0.3+incompatible (published about 6 years ago)
- Last Synced: 2026-02-03T22:27:04.762Z (4 days ago)
- Versions: 49
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%