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

github.com/xeodou/go-sqlcipher

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
v0.0.0-20200727080346-d681773ef093
over 5 years ago
Versions
1
Dependent Packages
7
Dependent Repos
7
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/xeodou/go-sqlcipher
spec
License MIT
Namespace github.com/xeodou
First Release over 5 years ago
Last Synced 8 days ago
Repository
Stars 232 on GitHub
Forks 51 on GitHub
Rankings on proxy.golang.org
Overall Top 2.8%
Dependent packages Top 2.0%
Dependent repos Top 2.0%
Forks Top 3.5%