github.com/realPy/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.
proxy.golang.org
v2.0.3+incompatible
about 6 years ago
26
github.com/realpy/go-sqlite3 v2.0.3+incompatible
Package sqlite3 provides interface to SQLite3 databases. This works as a driver for database/sql...26 versions - Latest release: about 6 years ago - 1 stars on GitHub
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/real%21py/go-sqlite3
spec |
| License | MIT |
| Namespace | github.com/realPy |
| First Release | over 10 years ago |
| Last Synced | 20 days ago |
Repository
| Stars | 1 on GitHub |
| Forks | 0 on GitHub |