Skip to main content
Version: 4.3

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 HarperDB as the data source for a Gatsby project at the build timenpm i -s gatsby-source-harperdb
HarperDB.EntityFrameworkCoreThe HarperDB EntityFrameworkCore Provider Package for .NET 6.0dotnet add package HarperDB.EntityFrameworkCore --version 1.0.0
Python SDKPython3 implementations of HarperDB API functions with wrappers for an object-oriented interfacepip3 install harperdb
HarperDB Flutter SDKA HarperDB SDK for Flutterflutter pub add harperdb
React HookA ReactJS Hook for HarperDBnpm i -s use-harperdb
Node Red NodeEasy drag and drop connections to HarperDB using the Node-Red platformnpm i -s node-red-contrib-harperdb
NodeJS SDKA HarperDB SDK for NodeJSnpm i -s harperive
HarperDB Cargo CrateA HarperDB SDK for RustCargo.toml > harperdb = '1.0.0'