Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/segiddins/go-sqlite3

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. database/sql doesn't provide a way to get native go-sqlite3 interfaces. So if you want, you need to set ConnectHook and get the SQLiteConn. If you want to register Go functions as SQLite extension functions, call RegisterFunction from ConnectHook. See the documentation of RegisterFunc for more details.
0 versions
Latest release: 4 months ago

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/segiddins/go-sqlite3

Dependent Repos 1

segiddins/rubygems-research
  • v1.14.23-0.20240213202155-2094a27d628d go-gem-enumerate/go.mod
  • v1.14.23-0.20240213202155-2094a27d628d go-gem-enumerate/go.sum

Size: 227 KB - Last synced: 10 days ago - Pushed: 10 days ago