Skip to main content
Version: 4.5

SDKs

SDK/ToolDescriptionInstallation
HarperDB.NET.ClientA Dot Net Core client to execute operations against HarperDBdotnet add package HarperDB.NET.Client --version 1.1.0
Websocket ClientA Javascript client for real-time access to HarperDB transactionsnpm i -s harperdb-websocket-client
Gatsby HarperDB SourceUse Harper as the data source for a Gatsby project at the build timenpm i -s gatsby-source-harperdb
HarperDB.EntityFrameworkCoreThe Harper EntityFrameworkCore Provider Package for .NET 6.0dotnet add package HarperDB.EntityFrameworkCore --version 1.0.0
Python SDKPython3 implementations of Harper API functions with wrappers for an object-oriented interfacepip3 install harperdb
HarperDB Flutter SDKA Harper SDK for Flutterflutter pub add harperdb
React HookA ReactJS Hook for HarperDBnpm i -s use-harperdb
Node Red NodeEasy drag and drop connections to Harper using the Node-Red platformnpm i -s node-red-contrib-harperdb
NodeJS SDKA Harper SDK for NodeJSnpm i -s harperive
HarperDB Cargo CrateA Harper SDK for RustCargo.toml > harperdb = '1.0.0'
HarperDB Go SDKA Harper SDK for Gogo get github.com/HarperDB-Add-Ons/sdk-go