Ross ROSS = Recommend OSS · open-source software intelligence for agents

tywalch/electrodb

A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable. observed · 2026-08-28

github.com/tywalch/electrodb · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2366
  • days_rel: n/a
  • days_push: 24
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1174 stars · 86 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ElectroDB is a TypeScript library for AWS DynamoDB that simplifies modeling multiple entities and complex hierarchical relationships in a single table (Single Table Design). It provides schema enforcement, entity isolation, and a readable query builder for access patterns.

Use cases

  • model multiple entities in a single DynamoDB table
  • implement single table design on DynamoDB
  • define validated schemas for DynamoDB entities
  • build hierarchical access patterns with composite keys
  • write readable sort key condition queries
  • avoid key conflicts between entities sharing one table

When to choose

  • you use DynamoDB and want structured entity modeling with validation
  • you are adopting single table design with multiple entity types
  • you want readable, composable queries instead of raw DynamoDB expressions
  • your data has complex hierarchical relationships and many access patterns

When to avoid

  • you use SQL or non-DynamoDB databases
  • you prefer raw DynamoDB document client control with no abstraction
  • your project is not on the Node.js/TypeScript ecosystem
  • you need a full ORM with migrations and relational joins

Facets

library · maturity active

orm database database-driver databases backend web-development developer-tools cloud dynamodb single-table-design nosql entity-modeling query-builder data-modeling aws nodejs typescript

1 source

Member repositories

RepositoryRoleHealth v2
tywalch/electrodbmain75

For agents

markdown · JSON · MCP: product_card(name="tywalch/electrodb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem