# victorvoid/dinoql

A customizable GraphQL style query language for interacting with JavaScript objects.

Repository: https://github.com/victorvoid/dinoql
Canonical: https://ross.abutalabs.com/products/dinoql
Language: JavaScript
License Family: other
Last push: 2023-01-14T00:37:23+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2700, "days_push": 1328, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1042, forks 21 (observed 2026-08-28T04:03:20.866377+00:00)

## What it is
dinoql is a JavaScript library that lets you query plain JavaScript objects using GraphQL-style syntax, with safe access, aliases, variables, and built-in resolvers. It parses queries at build time and supports custom resolvers and caching.

## Use cases
- query javascript objects with graphql syntax
- safely traverse nested objects without runtime errors
- filter and transform arrays of objects declaratively
- rename keys in query results with aliases
- share query logic with fragments and variables

## When to choose
- you want GraphQL-like ergonomics for local in-memory data
- you need safe deep access to possibly missing object keys
- you want declarative filtering, ordering, and reshaping of JS objects

## When to avoid
- you need an actual GraphQL server or API layer
- you query very large datasets where performance is critical
- you need a library with active maintenance and a clear license

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, serialization, developer-tools
- domain: developer-tools, web-development, frontend
- platform: cross-platform
- tags: graphql-syntax, object-traversal, query-language, data-transformation, resolvers, nodejs, javascript

## Member repositories
- victorvoid/dinoql (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:20.866377+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-30T07:02:49.004717+00:00, confidence not recorded.
  - readme: https://github.com/victorvoid/dinoql (fetched 2026-08-28T04:03:20.866377+00:00, sha 171d9ebd7903)
  - registry_npm: https://registry.npmjs.org/dinoql (fetched 2026-08-29T13:03:42.277654+00:00, sha cc81df14f0eb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
