Skip to content

SochDB Go SDK v0.4.5

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 08:14

SochDB Go SDK v0.4.5

Bundled with SochDB binaries v0.5.0

Installation

go get github.com/sochdb/sochdb-go@v0.4.5

Bundled Binaries

This release includes pre-built SochDB server binaries (v0.5.0) for:

  • macOS ARM64 (Apple Silicon) - bin/darwin-arm64/
  • Linux x86_64 - bin/linux-amd64/
  • Windows x64 - bin/windows-amd64/

The binaries are automatically extracted and used when you create a new SochDB instance.

Binary Contents

Each platform includes:

  • sochdb-server - Main database server
  • sochdb-grpc-server - gRPC server for remote connections
  • sochdb-bulk - Bulk import/export utility

Changes

See the main SochDB changelog for binary details.