github.com/mattn/go-sqlite3
go
pkg:golang/github.com/mattn/go-sqlite3
984 Dependabot PRs
7 days ago
334 repositories
6 repositories
Recent PRs (filtered by: Open )
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.28
mpolden/zdns #11
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.28 in /sessions-sqlite3
gofiber/recipes #3104
chore(deps): bump the go_modules group across 1 directory with 18 updates
build(deps): Bump the security group with 16 updates
schemahero/schemahero #1172
Bump the all-deps group with 7 updates
google/certificate-transparency-go #1693
Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.28 in /extension/storage
pcwiese/opentelemetry-collector-contrib #23755
Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.28 in /extension/storage
philchia/opentelemetry-collector-contrib #16459
Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.28 in /extension/storage
Jammicus/opentelemetry-collector-contrib #8055
chore(deps): bump the go_modules group across 1 directory with 8 updates
bitcoin-sv/block-headers-service #322
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.28
canonical/go-dqlite #377
go(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
rselph/bbdb #4
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
build(deps): bump the all group across 1 directory with 17 updates
dpup/prefab #11
build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.28 in /store
rootulp/cosmos-sdk #1264
build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.28 in /store
coderasha/SEDA-Blockchain-Cosmos-SDK #1100
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
datarootsio/cheek #255
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 in /tools/rumble in the gomod group
chainguard-dev/edu #2176
Bump the go-deps group with 2 updates
ordinary-dev/phoenix #110
Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.22
Package Details
| Name: | github.com/mattn/go-sqlite3 |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/mattn/go-sqlite3 |
| JSON API: | View JSON |
Package Information
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.
| Repository: | https://github.com/mattn/go-sqlite3 |
| Homepage: | https://github.com/mattn/go-sqlite3 |
| Latest Release: |
v2.0.3+incompatible
almost 6 years ago |
| Dependent Repos: | 63,599 |
| Dependent Packages: | 14,553 |
| Ranking: | Top 0.0195% by dependent repos Top 0.0119% by dependent pkgs |