Skip to content

Releases: lispking/kvdb

Release v0.1.0

Choose a tag to compare

@lispking lispking released this 01 Apr 14:36

KVDB v0.1.0

Installation

Download the appropriate archive for your platform and extract it:

Linux/macOS:

tar xzvf kvdb-v0.1.0-<arch>.tar.gz
cd kvdb-v0.1.0-<arch>
./kvdb-cli --help

Windows:

Expand-Archive kvdb-v0.1.0-<arch>.zip
cd kvdb-v0.1.0-<arch>
.\kvdb-cli.exe --help

Available Builds

Platform Architecture File
Linux x86_64 kvdb-v0.1.0-x86_64-linux.tar.gz
Linux ARM64 kvdb-v0.1.0-aarch64-linux.tar.gz
macOS x86_64 kvdb-v0.1.0-x86_64-macos.tar.gz
macOS Apple Silicon kvdb-v0.1.0-aarch64-macos.tar.gz
Windows x86_64 kvdb-v0.1.0-x86_64-windows.zip

Quick Start

# Create a database
./kvdb-cli my.db put name "KVDB"
./kvdb-cli my.db put version "v0.1.0"

# Query data
./kvdb-cli my.db get name
./kvdb-cli my.db list

Verification

All binaries are built automatically from the tagged source code using GitHub Actions.
Check the workflow run for build logs.

Full Changelog: latest...v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:37

Latest stable release (v0.1.0). Download the versioned release for checksums and release notes.