https://github.com/mattn/go-sqlite3
go sqlite sqlite3-driver
Score: 37.101136970069945
Last synced: about 1 hour 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T12:58:09.000Z (23 days ago)
- Last Synced: 2025-09-04T10:45:31.537Z (2 days ago)
- Topics: go, sqlite, sqlite3-driver
- Language: C
- Homepage: http://mattn.github.io/go-sqlite3
- Size: 54.2 MB
- Stars: 8,680
- Watchers: 150
- Forks: 1,142
- Open Issues: 204
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
-
Funding:
- Github: mattn
Owner metadata:
- Name: mattn
- Login: mattn
- Email:
- 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: 2060
- Last Synced at: 2025-08-30T14:13:16.883Z
- Profile URL: https://github.com/mattn
GitHub Events
Total
- Create event: 10
- Delete event: 1
- Fork event: 49
- Issue comment event: 198
- Issues event: 38
- Pull request event: 37
- Pull request review comment event: 56
- Pull request review event: 64
- Push event: 13
- Watch event: 706
- Total: 1172
Last Year
- Create event: 10
- Delete event: 1
- Fork event: 49
- Issue comment event: 198
- Issues event: 38
- Pull request event: 37
- Pull request review comment event: 56
- Pull request review event: 64
- Push event: 13
- Watch event: 706
- Total: 1172
Committers metadata
Last synced: 30 days ago
Total Commits: 780
Total Committers: 195
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.553
Commits in past year: 24
Committers in past year: 7
Avg Commits per committer in past year: 3.429
Development Distribution Score (DDS) in past year: 0.292
Name | Commits | |
---|---|---|
Yasuhiro Matsumoto | m****p@g****m | 349 |
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 |
Carlos Castillo | c****9@g****m | 6 |
David Anderson | d****e@n****t | 6 |
Frederick Akalin | a****n@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 |
Robert Knight | r****t@g****m | 3 |
Martin Tournoij | m****n@a****t | 3 |
Kenneth Shaw | k****w@g****m | 3 |
Joshua Hull | j****y@g****m | 3 |
Greg Holt | g****t@g****m | 3 |
Egon Elbre | e****e@g****m | 3 |
David Hill | d****l@c****m | 3 |
Conor Branagan | c****n@g****m | 3 |
Catena cyber | 3****r | 3 |
Diego Becciolini | d****i@n****m | 3 |
Ross Light | l****t@g****m | 3 |
Scott Lawrence | b****x@g****m | 3 |
and 165 more... |
Issue and Pull Request metadata
Last synced: 4 days ago
Total issues: 212
Total pull requests: 138
Average time to close issues: 7 months
Average time to close pull requests: about 2 months
Total issue authors: 202
Total pull request authors: 68
Average comments per issue: 4.03
Average comments per pull request: 2.8
Merged pull request: 40
Bot issues: 0
Bot pull requests: 0
Past year issues: 39
Past year pull requests: 42
Past year average time to close issues: 5 days
Past year average time to close pull requests: 24 days
Past year issue authors: 36
Past year pull request authors: 22
Past year average comments per issue: 2.08
Past year average comments per pull request: 0.86
Past year merged pull request: 10
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- rittneje (3)
- labulakalia (2)
- jtarchie (2)
- x0d3r (2)
- Imran-imtiaz48 (2)
- wjkoh (2)
- ghost (2)
- theimpostor (2)
- mattn (2)
- arulrajalivi (1)
- tlhunter (1)
- faultolerance (1)
- ghollf (1)
- anolivetree (1)
- erudenko (1)
Top Pull Request Authors
- mattn (23)
- charlievieth (22)
- otoolep (10)
- jonstacks (3)
- ohaibbq (3)
- hifi (3)
- Dokotela (2)
- abner-chenc (2)
- APshenkin (2)
- philippfriese (2)
- tadnir (2)
- zhaixiaojuan (2)
- itizir (2)
- rodydavis (2)
- pomadev (2)
Top Issue Labels
- enhancement (7)
- help wanted (6)
- research (2)
Top Pull Request Labels
- enhancement (1)
Package metadata
- Total packages: 9
- 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: 382
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 over 5 years ago)
- Last Synced: 2025-09-05T08:31:38.512Z (about 23 hours ago)
- Versions: 51
- 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: v2.0.3+incompatible (published over 5 years ago)
- Last Synced: 2025-09-05T06:36:16.319Z (1 day 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: v1.14.32 (published 23 days ago)
- Last Synced: 2025-09-05T06:36:17.559Z (1 day ago)
- Versions: 47
- 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.32 (published 23 days ago)
- Last Synced: 2025-09-05T06:36:18.732Z (1 day ago)
- Versions: 47
- 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.32 (published 23 days ago)
- Last Synced: 2025-09-04T06:03:52.768Z (2 days ago)
- Versions: 47
- 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.32 (published 23 days ago)
- Last Synced: 2025-09-05T06:36:17.465Z (1 day ago)
- Versions: 47
- 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.32 (published 23 days ago)
- Last Synced: 2025-09-05T06:36:20.644Z (1 day ago)
- Versions: 47
- 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 9 days ago)
- Last Synced: 2025-08-28T13:40:31.744Z (9 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 over 5 years ago)
- Last Synced: 2025-09-05T06:37:12.411Z (1 day ago)
- Versions: 48
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%