{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/thinkgos/go-sqlcipher","name":"github.com/thinkgos/go-sqlcipher","description":"Package sqlite3 provides interface to SQLite3 databases.\n\nThis works as a driver for database/sql.\n\nInstallation\n\nCurrently, go-sqlite3 supports the following data types.\n\nYou can write your own extension module for sqlite3. For example, below is an\nextension for a Regexp matcher operation.\n\nIt needs to be built as a so/dll shared library. And you need to register\nthe extension module like below.\n\nThen, you can use this extension.\n\nYou can hook and inject your code when the connection is established by setting\nConnectHook to get the SQLiteConn.\n\nYou can also use database/sql.Conn.Raw (Go \u003e= 1.13):\n\nIf you want to register Go functions as SQLite extension functions\nyou can make a custom driver by calling RegisterFunction from\nConnectHook.\n\nYou can then use the custom driver by passing its name to sql.Open.\n\nSee the documentation of RegisterFunc for more details.","version":"v0.2.1","softwareVersion":"v0.2.1","license":"https://spdx.org/licenses/MIT","codeRepository":"https://github.com/thinkgos/go-sqlcipher","issueTracker":"https://github.com/thinkgos/go-sqlcipher/issues","url":"https://github.com/thinkgos/go-sqlcipher","programmingLanguage":{"@type":"ComputerLanguage","name":"C"},"dateCreated":"2025-04-01","dateModified":"2025-04-27","datePublished":"2025-04-27","copyrightYear":2025,"downloadUrl":"https://proxy.golang.org/github.com/thinkgos/go-sqlcipher/@v/v0.2.1.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/thinkgos/go-sqlcipher#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/thinkgos/go-sqlcipher"]}