Registry / database / tarantool-go-tarantool

tarantool-go-tarantool

JSON →
library1.12.3gogounverified

A Go client for Tarantool in-memory database with support for custom packing/unpacking and typed operations.

go get github.com/tarantool/go-tarantool
INSTALL
IMPORT
SIG · TARANTOOL-GO-TARAN
T
tarantool-go-tarantool
databasegov1.12.3
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.

tarantool
github.com/tarantool/go-tarantool

Connects to a Tarantool instance and pings it.

package main import ( "fmt" "github.com/tarantool/go-tarantool" ) func main() { conn, err := tarantool.Connect("localhost:3301", tarantool.Opts{}) if err != nil { panic(err) } defer conn.Close() resp, err := conn.Ping() if err != nil { panic(err) } fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
tarantool-go-tarantool — go get tarantool-go-tarantool · libregistry