biggora/caminte
Cross-db ORM for NodeJS observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4989
- days_rel: n/a
- days_push: 916
- n_releases_24m: 0
Adoption not part of the score
1074 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CaminteJS is a cross-database ORM for Node.js that provides a common interface for defining models and accessing many popular SQL and NoSQL databases. It ships with adapters for MySQL, PostgreSQL, SQLite3, MongoDB, Redis, CouchDB, Neo4j, RethinkDB, Firebird, TingoDB, ArangoDB, Cassandra, Riak, and more.
Use cases
- use one ORM across mysql, postgres, and sqlite
- switch databases without rewriting model code
- define models and relationships for mongodb in nodejs
- access redis or neo4j through a common ORM interface
- prototype an app with sqlite then move to postgres
- manage database schemas and indices from nodejs
When to choose
- you need a single ORM API over many SQL and NoSQL databases in Node.js
- you want database-agnostic models so you can swap backends easily
- you maintain a legacy Node.js codebase already using Caminte or JugglingDB-style ORMs
When to avoid
- you need an actively developed ORM with modern async/await-first APIs
- you use TypeScript and want strong type-safe query building
- your project only targets one database and a native driver or modern ORM like Prisma fits better
Facets
library · maturity maintenance
orm database database-driver cli databases backend web-development developer-tools cross-platform cross-db multi-database nosql sql javascript model-definition database-adapters nodejs
2 sources
- readme: https://github.com/biggora/caminte · fetched 2026-08-28 · d077ea3e81a0
- registry_npm: https://registry.npmjs.org/caminte · fetched 2026-08-29 · 33dcb4c809bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| biggora/caminte | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem