github.com/mattn/go-sqlite3
go
pkg:golang/github.com/mattn/go-sqlite3
983 Dependabot PRs
5 days ago
333 repositories
6 repositories
Recent PRs (filtered by: Merged )
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
y-yagi/tomato #148
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
dimkr/tootik #164
[gomod] Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.29
open-edge-platform/app-orch-catalog #154
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29 in /backend
harehare/textusm #4189
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
Pengxn/go-xn #538
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
spiffe/spire #6205
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
golanglib/dependabot_botherer #4192
Bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
dogmatiq/sqltest #140
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29
cryptogarageinc/quickfix-go #144
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
getAlby/hub #1499
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.28
ClusterCockpit/cc-event-store #8
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.28 in /examples
go(deps): bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.28
jdfalk/subtitle-manager #1011
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
launchdarkly/ldcli #549
Bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28
opencloud-eu/reva #223
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.28
webitel/flow_manager #138
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
resonatehq/resonate #686
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
mpolden/journal #13
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.28 in /entgo-sveltekit
gofiber/recipes #3095
chore(deps): Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
lukasdietrich/plaincooking #13
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
gravitl/netmaker #3443
Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.28
writefreely/writefreely #1362
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28 in the dependencies group
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
nandemo-ya/sql-execution-action #28
Bump the low-risk group across 1 directory with 6 updates
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28
Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
go-jet/jet #488
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.24
udovin/solve #220
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 |