An open index of dependabot pull requests across open source projects.

github.com/mattn/go-sqlite3

Ecosystem:
go
Package URL:
pkg:golang/github.com/mattn/go-sqlite3
Total PRs:
990 Dependabot PRs
Latest PR:
about 7 hours ago
Unique Repositories:
335 repositories
Unique Repos (30 days):
7 repositories
Recent PRs (filtered by: Patch PRs )
Bump the go group with 97 updates

LiferayCloud/teleport #11

1.14.19 → 1.14.22 Patch PR
Closed over 1 year ago 2 comments
LiferayCloud
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
Description:

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
PR Status
Open 423 (42.7%)
Merged 233 (23.5%)
Closed 292 (29.5%)
PR Types
Patch 948 (95.8%)