Registry / database / aiteung-atdb

aiteung-atdb

JSON →
library0.1.7gogounverified

Package atdb provides database utility functions for Go applications.

go get github.com/aiteung/atdb
INSTALL
IMPORT
SIG · AITEUNG-ATDB
A
aiteung-atdb
databasegov0.1.7
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.

atdb
github.com/aiteung/atdb

Connect to a MongoDB database using ATDB

package main import ( "fmt" "github.com/aiteung/atdb" ) func main() { db, err := atdb.Connect("mongodb://localhost:27017") if err != nil { panic(err) } fmt.Println(db) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aiteung-atdb — go get aiteung-atdb · libregistry