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:
983 Dependabot PRs
Latest PR:
3 days ago
Unique Repositories:
333 repositories
Unique Repos (30 days):
6 repositories
Recent PRs (filtered by: Closed )
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 421 (42.8%)
Merged 233 (23.7%)
Closed 287 (29.2%)
PR Types
Patch 941 (95.7%)