An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/CovenantSQL/go-sqlite3-encrypt

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.

Ecosystem
proxy.golang.org
Latest Release
v1.9.0
over 7 years ago
Versions
10
Dependent Packages
5
Dependent Repos
5
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/%21covenant%21s%21q%21l/go-sqlite3-encrypt
spec
License MIT
Namespace github.com/CovenantSQL
First Release over 10 years ago
Last Synced 1 day ago
Repository
Stars 46 on GitHub
Forks 8 on GitHub
Rankings on proxy.golang.org
Overall Top 4.5%
Dependent packages Top 2.5%
Dependent repos Top 2.3%
Forks Top 7.1%