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
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
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
deps(deps): Bump the go-dependencies group across 1 directory with 21 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
deps(deps): Bump the go-dependencies group with 2 updates
chore(deps): bump the go_modules group across 1 directory with 21 updates
bsv-blockchain/block-headers-service #352
build(deps): bump the minor-and-patch group across 1 directory with 15 updates
chore(deps): bump the minor-and-patch group across 1 directory with 69 updates
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.32
deps(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32
paz/acme-dns #9
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
Bump the go group across 1 directory with 119 updates
jtagcat/teleport #117
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 in /backend in the all-go group
NBISweden/urdr #1205
fix(deps): bump the external group in /service with 30 updates
opentdf/platform #2769
chore(deps): bump the minor-and-patch group with 65 updates
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
chore(deps): bump the minor-and-patch group across 1 directory with 32 updates
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
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.32
ai-code-review-benchmarks/graphite-grafana #9
chore(deps): bump the dependencies group across 1 directory with 10 updates
k1LoW/tbls #740
go(deps): bump the go-dependencies group across 1 directory with 4 updates
Roma7-7-7/english-learning-bot #65
Bump the low-risk group across 1 directory with 7 updates
fix(deps): bump the external group across 1 directory with 28 updates
opentdf/platform #2701
build(deps): bump the go group across 1 directory with 42 updates
keboola/keboola-as-code #2419
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
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 |