Skip to main content

2 posts tagged with "embedded-db"

View All Tags

KeraDB Is Now Available on npm — Official Node.js / TypeScript SDK

· 2 min read
KeraDB Team
Core Team

We're excited to announce that KeraDB now has an official Node.js / TypeScript SDK, available on npm.

You can install it with a single command:

npm install @keradb/node-sdk

This release brings KeraDB's fast embedded document storage and vector search to the JavaScript ecosystem, making it easy to use in Node.js applications, TypeScript projects, serverless functions, and local-first tools.

KeraDB Is Now Available on PyPI

· One min read
KeraDB Team
Core Team

We're excited to share that KeraDB is now available on PyPI, making it easy to use KeraDB directly in Python applications.

You can now install KeraDB with a single command:

pip install keradb

This release makes KeraDB accessible to Python developers building local-first apps, agents, data tools, and embedded systems that need fast document storage and vector search without running an external database.