Source File
modernc.go
Belonging Package
github.com/uptrace/bun/driver/sqliteshim
// Use modernc.org/sqlite on all supported platforms unless Cgo driver// was explicitly requested.//// See also https://pkg.go.dev/modernc.org/sqlite#hdr-Supported_platforms_and_architectures// +build !cgosqlite// +build darwin,amd64 darwin,arm64 linux,386 linux,amd64 linux,arm linux,arm64 windows,amd64package sqliteshimimportconst (hasDriver = truedriverName = "sqlite")var shimDriver = (*sqlite.Driver)(nil)
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |