# eveningkid/denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

Repository: https://github.com/eveningkid/denodb
Canonical: https://ross.abutalabs.com/products/denodb
Homepage: https://eveningkid.com/denodb-docs
Language: TypeScript
License: MIT
License Family: permissive
Topics: orm, deno, database, mysql, postgresql, sqlite, sqlite3, mongodb, mongo, mariadb
Last push: 2023-10-28T10:30:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2299, "days_push": 1040, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1919, forks 128 (observed 2026-08-28T04:05:55.017515+00:00)

## What it is
DenoDB is a typed ORM for Deno supporting PostgreSQL, MySQL, MariaDB, SQLite, and MongoDB. It provides a simple model-based API for defining schemas, syncing tables, and querying data.

## Use cases
- define database models in deno
- query postgres from a deno app
- use sqlite with deno
- orm for mongodb in deno
- sync database schemas from typescript models
- crud operations with typed models

## When to choose
- you're building a Deno application that needs database access across SQL or MongoDB
- you want a simple, typed, ActiveRecord-style ORM without heavy configuration

## When to avoid
- you need actively maintained software with timely bug fixes
- you're on Node.js rather than Deno
- you need advanced ORM features like migrations tooling or complex relations

## Facets
- artifact type: library
- maturity: maintenance
- function: orm, database-driver, database
- domain: databases, web-development, backend, developer-tools
- platform: cross-platform
- tags: deno, typescript, multi-database, model-querying, unmaintained

## Member repositories
- eveningkid/denodb (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.017515+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:58.288558+00:00, confidence not recorded.
  - readme: https://github.com/eveningkid/denodb (fetched 2026-08-28T04:05:55.017515+00:00, sha 700624e1b3ea)
  - homepage: https://eveningkid.com/denodb-docs (fetched 2026-08-29T10:49:39.771026+00:00, sha 85f01711aee3)
  - site_page: https://eveningkid.com/denodb-docs/docs/getting-started (fetched 2026-08-29T10:49:39.773680+00:00, sha ffb6ceecbf75)
  - site_page: https://eveningkid.com/denodb-docs/docs/api/data-types (fetched 2026-08-29T10:49:39.775609+00:00, sha dfc32c130bfe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
