github.com/mattn/go-sqlite3
go
pkg:golang/github.com/mattn/go-sqlite3
983 Dependabot PRs
3 days ago
333 repositories
6 repositories
Recent PRs (filtered by: Open )
deps(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
RdHamilton/MTGA-Companion #513
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 in /entgo-sveltekit
gofiber/recipes #3360
build(deps): bump the minor-and-patch group across 1 directory with 17 updates
chore(deps): bump the go_modules group across 2 directories with 30 updates
bsv-blockchain/spv-wallet #990
deps(deps): Bump the go-dependencies group across 1 directory with 3 updates
chore(deps): bump the go_modules group across 1 directory with 21 updates
bsv-blockchain/block-headers-service #352
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.32
build(deps): bump the minor-and-patch group across 1 directory with 13 updates
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32
udovin/solve #249
fix(deps): bump the external group in /service with 30 updates
opentdf/platform #2769
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
chore(deps): bump the minor-and-patch group across 1 directory with 64 updates
fix(deps): bump the external group across 1 directory with 29 updates
opentdf/platform #2765
CP-29639: Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
Cloudzero/cloudzero-agent #462
chore(deps): bump the minor-and-patch group across 1 directory with 40 updates
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32
JIIL07/jcloud #19
🔧(deps): Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.32 in /GOS
sosloan/Actors #36
deps(deps): bump the minor-and-patch group across 1 directory with 4 updates
chore(deps): bump the go_modules group across 1 directory with 20 updates
bsv-blockchain/block-headers-service #350
chore(deps): bump the backend group in /services/backend with 4 updates
v1Flows/exFlow #292
build(deps): bump the go group across 1 directory with 46 updates
keboola/keboola-as-code #2421
build(deps): Bump the security group across 1 directory with 16 updates
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
wh1t3zer/sliver-server_new #17
go(deps): bump the go-dependencies group across 1 directory with 15 updates
lycp152/UniversityEntranceExamSubjectNavi #94
build(deps): bump the minor-and-patch group across 1 directory with 10 updates
chore(deps): bump the dependencies group across 1 directory with 10 updates
k1LoW/tbls #740
fix(deps): bump the external group across 1 directory with 28 updates
opentdf/platform #2701
deps(go)(deps): bump the go-minor-patch group with 2 updates
chore(deps): bump the minor-and-patch group across 1 directory with 29 updates
deps(deps): bump the go-dependencies group across 1 directory with 6 updates
Bump the gomod-updates group across 1 directory with 3 updates
chore(deps): bump the go_modules group across 1 directory with 19 updates
bsv-blockchain/block-headers-service #348
build(deps): Bump the security group across 1 directory with 15 updates
go(deps): bump the go-dependencies group across 1 directory with 14 updates
lycp152/UniversityEntranceExamSubjectNavi #92
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.32
Bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32
chore(deps): bump the all group across 1 directory with 19 updates
go-shiori/shiori #1139
Bump the gomod group across 1 directory with 15 updates
robherley/snips.sh #238
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32
mpolden/zdns #20
chore(deps): bump the go_modules group across 1 directory with 18 updates
bsv-blockchain/block-headers-service #346
chore(deps): bump the dependencies group with 8 updates
k1LoW/tbls #738
Bump the go group across 1 directory with 99 updates
sigtrap/teleport #3294
Bump the go group across 1 directory with 99 updates
Tiamat-Tech/teleport #794
Bump the go group across 1 directory with 99 updates
soitun/teleport #604
Bump the go group with 95 updates
gravitational/teleport #58547
deps: bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.32
build(deps): Bump the security group in /plugins/sqlite with 2 updates
schemahero/schemahero #1221
chore(deps): bump the minor-and-patch group with 31 updates
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 |