rom-rb/rom
Data mapping and persistence toolkit for Ruby observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 62
- Release rhythm 57
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 4827
- days_rel: 286
- days_push: 230
- n_releases_24m: 4
Adoption not part of the score
2108 stars · 170 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ROM (Ruby Object Mapper) is a data mapping and persistence toolkit for Ruby that provides powerful object mapping without limiting the underlying database's capabilities. It organizes persistence into composable layers - relations, repositories, changesets, and commands - keeping domain logic separate from persistence details.
Use cases
- map database rows to plain ruby objects
- separate persistence from domain logic in ruby apps
- write composable sql queries without activerecord
- use a data mapper pattern orm alternative in ruby
- manage database changesets and commands
- work with sql and nosql datastores through one toolkit
When to choose
- you want explicit separation between domain objects and persistence
- you need full access to your database's query power instead of orm abstractions
- you're building a ddd-style ruby application with layered architecture
- you prefer plain structs over heavyweight model objects
When to avoid
- you want a batteries-included activerecord-style experience with minimal setup
- your team is small and a conventional orm is simpler
- you need rapid prototyping without learning a layered data-mapping architecture
Facets
library · maturity active
orm database database-driver serialization databases web-development backend developer-tools ruby cross-platform data-mapping persistence ddd repository-pattern sql nosql data-access-layer changesets
3 sources
- readme: https://github.com/rom-rb/rom · fetched 2026-08-28 · 6b9ab173cefa
- homepage: https://rom-rb.org · fetched 2026-08-29 · 1c53fcf9ebf2
- site_page: https://hanakai.org/learn/rom · fetched 2026-08-29 · 2ba2af5c9278
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rom-rb/rom | main | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem