Package Usage: go: github.com/mattn/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.
43 versions
Latest release: over 5 years ago
14,553 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/mattn/go-sqlite3
Dependent Repos 15
pocs/mdl-qor-sdk
This SDK is based upon [QOR](https://github.com/qor/qor) and aims to provide a boilerplate for quickly prototyping admin types applications.Last synced: 7 months ago - Pushed: 11 months ago
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 7 months ago - Pushed: 11 months ago
cea-hpc/fabricmon Fork of dswarbrick/fabricmon
InfiniBand fabric monitoring daemon written in GoSize: 404 KB - Last synced: 6 days ago - Pushed: 6 months ago

tchapgouv/matrix-media-repo Fork of t2bot/matrix-media-repo
Matrix media repository with multi-domain in mind.Size: 6.2 MB - Last synced: 6 days ago - Pushed: over 1 year ago

betagouv/grafana-scalingo Fork of Scalingo/grafana-scalingo
One click deploy for GrafanaSize: 141 MB - Last synced: 6 days ago - Pushed: almost 7 years ago



radiofrance/helm-chart-sonarqube Fork of SonarSource/helm-chart-sonarqube
Size: 2.99 MB - Last synced: 7 months ago - Pushed: 9 months ago

web-et-numerique/factory/llle_project/backoffice-server
This is backend of Ecolyo-Agent, a backoffice managing newsletters, SGE consents, fluid prices and custom alerts for EcolyoLast synced: 7 months ago

gestion-des-assemblees/elections
Application de recensement des votes d'une élection et affichage de ses résultats.Last synced: 7 months ago
systemes-dinformation/project-template/sdk-go
Simple Developpement Kit for GO with Gorm ORM for backend and Bulma for frontend.Last synced: 7 months ago
