SDKs

Software Development Kits available for connecting to Harper from different languages.

SDK/Tool
Description
Installation

A Dot Net Core client to execute operations against HarperDB

dotnet add package HarperDB.NET.Client --version 1.1.0

A Javascript client for real-time access to HarperDB transactions

npm i -s harperdb-websocket-client

Use Harper as the data source for a Gatsby project at the build time

npm i -s gatsby-source-harperdb

The Harper EntityFrameworkCore Provider Package for .NET 6.0

dotnet add package HarperDB.EntityFrameworkCore --version 1.0.0

Python3 implementations of Harper API functions with wrappers for an object-oriented interface

pip3 install harperdb

A Harper SDK for Flutter

flutter pub add harperdb

A ReactJS Hook for HarperDB

npm i -s use-harperdb

Easy drag and drop connections to Harper using the Node-Red platform

npm i -s node-red-contrib-harperdb

A Harper SDK for NodeJS

npm i -s harperive

A Harper SDK for Rust

Cargo.toml > harperdb = '1.0.0'

A Harper SDK for Go

go get github.com/HarperDB/sdk-go

Last updated