<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz" -->

---
title: ExtendDB: Open Source Amazon DynamoDB Compatible Adapter...
description: AWS has released ExtendDB (v0.1), an open source DynamoDB-compatible adapter written in Rust that translates the DynamoDB wire protocol to SQL, with PostgreSQL...
canonical: https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: ExtendDB: Open Source Amazon DynamoDB Compatible Adapter with Pluggable Storage Backends | daily.dev
og:description: AWS has released ExtendDB (v0.1), an open source DynamoDB-compatible adapter written in Rust that translates the DynamoDB wire protocol to SQL, with PostgreSQL...
og:url: https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz
og:image: https://api.daily.dev/og/posts/C9NzdPbPZ.png
og:image:alt: ExtendDB: Open Source Amazon DynamoDB Compatible Adapter with Pluggable Storage Backends
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ExtendDB: Open Source Amazon DynamoDB Compatible Adapter with Pluggable Storage Backends

**[InfoQ](https://daily.dev/sources/infoq)** · 3 min read · 3 upvotes · 0 comments

## Summary

AWS has released ExtendDB (v0.1), an open source DynamoDB-compatible adapter written in Rust that translates the DynamoDB wire protocol to SQL, with PostgreSQL as the initial storage backend. It supports existing AWS SDKs and tools without modification, runs as a single binary with TLS and SigV4 authentication, and uses a pluggable Rust trait-based storage layer that can accommodate additional backends like Cassandra or MySQL. Primary use cases include local development, CI testing, and on-premises DynamoDB-style workloads. Early community feedback notes performance concerns under high write load, and a similar independent project called Rektifier also exists. The project is available on GitHub under Apache-2.0.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2026/06/extenddb-dynamodb-adapter>

## Similar posts on daily.dev

- [Building Apache Phoenix DynamoDB Compatibility](https://daily.dev/posts/building-apache-phoenix-dynamodb-compatibility-7qksbhj9q) · Salesforce Engineering · 5 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#rust](https://daily.dev/tags/rust), [#postgresql](https://daily.dev/tags/postgresql), [#aws-dynamodb](https://daily.dev/tags/aws-dynamodb)

[View this post on daily.dev](https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"ExtendDB: Open Source Amazon DynamoDB Compatible Adapter with Pluggable Storage Backends","url":"https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz"},"datePublished":"2026-06-07T06:26:43.833Z","dateModified":"2026-06-07T06:27:05.943Z","description":"AWS has released ExtendDB (v0.1), an open source DynamoDB-compatible adapter written in Rust that translates the DynamoDB wire protocol to SQL, with PostgreSQL...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e1e5c02fc9d5f907687f97a48fe90c98?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e1e5c02fc9d5f907687f97a48fe90c98?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoQ","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"InfoQ","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/afc3bced3e1e4b188dd9127017a60e0c","url":"https://daily.dev/sources/infoq"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/extenddb-open-source-amazon-dynamodb-compatible-adapter-with-pluggable-storage-backends-c9nzdpbpz","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"aws,rust,postgresql,aws-dynamodb","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoQ","item":"https://daily.dev/sources/infoq"},{"@type":"ListItem","position":3,"name":"ExtendDB: Open Source Amazon DynamoDB Compatible Adapter with Pluggable Storage Backends"}]}
```

