Registry / database / codenotary-immudb

codenotary-immudb

JSON →
library1.11.0gogounverified

A lightweight, high-speed immutable database for systems and applications.

go get github.com/codenotary/immudb
INSTALL
IMPORT
SIG · CODENOTARY-IMMUDB
C
codenotary-immudb
databasegov1.11.0
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.

immudb
github.com/codenotary/immudb

Connects to immudb and prints confirmation.

package main import ( "fmt" "github.com/codenotary/immudb/pkg/client" ) func main() { client, err := client.NewImmuClient(client.DefaultOptions()) if err != nil { panic(err) } defer client.Close() fmt.Println("Connected to immudb") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
codenotary-immudb — go get codenotary-immudb · libregistry