Node.js
The @plugport/sdk package provides a unified API for Node.js and TypeScript applications. While its syntax is intentionally designed to mirror the MongoDB driver for zero-learning-curve familiarity, it acts as a universal bridge connecting to PlugPort's verifiable multi-protocol storage.
Python
The plugport Python package provides a PyMongo-compatible API. If you've used PyMongo, you already know this SDK.
Go
The plugport-go package provides a mongo-go-driver compatible API for Go applications.
CLI
The @plugport/cli package provides developer tools for working with PlugPort.
SQLite Compat
The @plugport/sqlite-compat package provides a drop-in replacement for the popular better-sqlite3 library. It translates synchronous SQLite queries into PlugPort's HTTP REST API, allowing SQLite-based applications to run on verifiable MonadDb storage without rewriting any SQL logic.