# omnigres/omnigres

The All-in-One Database

Repository: https://github.com/omnigres/omnigres
Canonical: https://ross.abutalabs.com/products/omnigres
Homepage: https://docs.omnigres.org/
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-02-12T19:52:21+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 67, release rhythm 8, longevity 96
- inputs: {"age_days": 1346, "days_push": 202, "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 1592, forks 115 (observed 2026-08-28T04:05:08.726642+00:00)

## What it is
Omnigres is a collection of PostgreSQL extensions that turn a Postgres instance into a full application platform, hosting application logic, HTTP/WebSocket servers, caching, and auth inside or next to the database. It ships as a container image and can also be installed into existing Postgres installations.

## Use cases
- run a web app entirely inside postgres
- serve http and websocket from the database
- add authentication and authorization to postgres apps
- expose postgres tables as a rest api
- build reactive live-updating applications on postgres
- self-host a single-database application stack
- implement double-entry ledgers in postgres

## When to choose
- you want to deploy and scale an app from a single database instance
- you prefer writing application logic in SQL close to your data
- you want batteries-included building blocks like auth, REST, and caching on Postgres

## When to avoid
- you need a polyglot stack with heavy application logic outside the database
- you use a database other than PostgreSQL
- you need a battle-tested platform for very large-scale production workloads

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, websocket, auth, authorization, caching, api-framework, form-handling, database, deployment, testing
- domain: databases, backend, web-development, self-hosted, developer-tools
- platform: self-hosted, cpp
- tags: postgresql, postgres-extensions, application-platform, database-first, postgrest, ledger, reactive-queries, docker, linux

## Member repositories
- omnigres/omnigres (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.726642+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:54:41.185826+00:00, confidence not recorded.
  - readme: https://github.com/omnigres/omnigres (fetched 2026-08-28T04:05:08.726642+00:00, sha a01f121a590a)
  - homepage: https://docs.omnigres.org/ (fetched 2026-08-29T11:25:15.272363+00:00, sha a28873152da9)
  - site_page: https://docs.omnigres.org/pg_yregress/install (fetched 2026-08-29T11:25:15.281085+00:00, sha c5f38e538cc0)
  - site_page: https://docs.omnigres.org/omni_httpd/install (fetched 2026-08-29T11:25:15.282921+00:00, sha 2f201266f469)
  - site_page: https://docs.omnigres.org/omni_ledger/quickstart (fetched 2026-08-29T11:25:15.284749+00:00, sha a0995edf1f8d)
  - site_page: https://docs.omnigres.org/omni_rest/quickstart (fetched 2026-08-29T11:25:15.286358+00:00, sha 189d7169e3e3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
