Registry / database / dal-go-dalgo

dal-go-dalgo

JSON →
library0.43.1gogounverified

Dalgo is a data access layer for Go, providing a unified interface for various databases.

go get github.com/dal-go/dalgo
INSTALL
IMPORT
SIG · DAL-GO-DALGO
D
dal-go-dalgo
databasegov0.43.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dalgo
github.com/dal-go/dalgo

Create an in-memory database and ping it

package main import ( "context" "fmt" "github.com/dal-go/dalgo" ) func main() { db := dalgo.NewInMemory() ctx := context.Background() fmt.Println(db.Ping(ctx)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.43.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
dal-go-dalgo — go get dal-go-dalgo · libregistry