Hacker News·3 min read·hard

Native Python and TypeScript Drivers for ArcadeDB, from OpenAPI and Protobuf

L
lvca
Native Python and TypeScript Drivers for ArcadeDB, from OpenAPI and Protobuf
AI Summary

ArcadeDB has released new native drivers for Python and TypeScript, supporting both HTTP and gRPC protocols. These open-source tools are designed to improve developer efficiency by providing direct database connectivity without relying on third-party wrappers.

Why it matters

Native driver support is essential for the adoption and scalability of database technologies in modern software development.

Dive DeeperCreate a free account to unlock

Until now, talking to ArcadeDB from Python or Node meant one of two things: writing HTTP calls by hand against the REST API, or borrowing a driver built for another database and living inside the subset of ArcadeDB that other database’s protocol happens to expose. Both work. Neither is a client anyone would call native.

That changes with arcadedb-drivers , a new repository holding four published clients: an HTTP driver and a gRPC driver for Python, and an HTTP driver and a gRPC driver for TypeScript/JavaScript. All four are Apache-2.0, all four are generated from contracts ArcadeDB itself publishes, and all four are on the public registries today. They are also young: 0.1.0 releases under heavy development, with more languages on the way.

Continue reading on Headlinne

Create a free account to read the full article.

Read full article →
technologybusiness

Get smarter about the news

Sign up free for a feed built around what you actually care about, Dive Deeper research on any story, and the full text of every article.

Create free account

Already have an account? Sign in