github.com/rqlite/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 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.
proxy.golang.org
v2.0.3+incompatible
about 6 years ago
60
6
7
github.com/pastelnetwork/gonode/metadb v0.0.0-20230905154056-21fe57c7afc1
All Golang functionality in Pastel Network is consolidated in this repo66 versions - Latest release: over 2 years ago - 2 dependent packages - 1 dependent repositories - 6 stars on GitHub
github.com/caesium-dev/caesium v0.0.0-20210320200351-57d350a17d2d
1 version - Latest release: almost 5 years agoPast Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/rqlite/go-sqlite3
spec |
| License | MIT |
| Namespace | github.com/rqlite |
| First Release | over 10 years ago |
| Last Synced | 16 days ago |