neumino/thinky
JavaScript ORM for RethinkDB observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4820
- days_rel: n/a
- days_push: 1746
- n_releases_24m: 0
Adoption not part of the score
1113 stars · 126 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Thinky is a light Node.js ORM for RethinkDB that provides schema enforcement, standard relations (hasOne, belongsTo, hasMany, hasAndBelongsToMany), and automatic creation of tables and indexes. It offers a promise-based API for saving, joining, and deleting documents with their relations.
Use cases
- define models with schemas for RethinkDB in Node.js
- manage relations between RethinkDB documents like belongsTo and hasMany
- automatically create RethinkDB tables and indexes from models
- save and retrieve documents with joined related data
- validate and enforce document schemas on save
- handle cascading deletes of related documents
When to choose
- you are building a Node.js application backed by RethinkDB and want an ORM with schemas and relations
- you want automatic table and index creation from model definitions
- you prefer a lightweight, promise-based ORM over raw ReQL queries
When to avoid
- you are not using RethinkDB as your database
- you need a actively maintained library with recent updates and long-term support
- you need TypeScript support or a non-JavaScript ORM
Facets
library · maturity maintenance
orm database database-driver form-handling databases backend web-development developer-tools rethinkdb schemas relations nosql promise-based nodejs javascript
6 sources
- readme: https://github.com/neumino/thinky · fetched 2026-08-28 · c709be128f6f
- homepage: http://justonepixel.com/thinky/ · fetched 2026-08-29 · 4adbbba61303
- site_page: http://justonepixel.com/thinky/documentation · fetched 2026-08-29 · e0a823ab8786
- site_page: http://justonepixel.com/thinky/about.html · fetched 2026-08-29 · 43c0f8c3d984
- site_page: http://justonepixel.com/thinky/documentation/api/thinky · fetched 2026-08-29 · 613f0f6f015c
- registry_npm: https://registry.npmjs.org/thinky · fetched 2026-08-29 · 7a9e263a75ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| neumino/thinky | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem