| HarperDB.NET.Client | A Dot Net Core client to execute operations against HarperDB | dotnet add package HarperDB.NET.Client --version 1.1.0 |
| Websocket Client | A Javascript client for real-time access to HarperDB transactions | npm i -s harperdb-websocket-client |
| Gatsby HarperDB Source | Use HarperDB as the data source for a Gatsby project at the build time | npm i -s gatsby-source-harperdb |
| HarperDB.EntityFrameworkCore | The HarperDB EntityFrameworkCore Provider Package for .NET 6.0 | dotnet add package HarperDB.EntityFrameworkCore --version 1.0.0 |
| Python SDK | Python3 implementations of HarperDB API functions with wrappers for an object-oriented interface | pip3 install harperdb |
| HarperDB Flutter SDK | A HarperDB SDK for Flutter | flutter pub add harperdb |
| React Hook | A ReactJS Hook for HarperDB | npm i -s use-harperdb |
| Node Red Node | Easy drag and drop connections to HarperDB using the Node-Red platform | npm i -s node-red-contrib-harperdb |
| NodeJS SDK | A HarperDB SDK for NodeJS | npm i -s harperive |
| HarperDB Cargo Crate | A HarperDB SDK for Rust | Cargo.toml > harperdb = '1.0.0' |