Ross ROSS = Recommend OSS · open-source software intelligence for agents

bradleyboy/tuql

Automatically create a GraphQL server from a SQLite database or a SQL file observed · 2026-08-28

github.com/bradleyboy/tuql · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 3208
  • days_rel: n/a
  • days_push: 1914
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1076 stars · 42 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tuql is a Node.js CLI tool that automatically spins up a GraphQL server from a SQLite database or SQL dump file. It infers models and relationships (belongsTo, hasMany, belongsToMany) from foreign keys or naming conventions, and generates queries plus CRUD mutations.

Use cases

  • expose a sqlite database as a graphql api
  • create a graphql server from a sql dump file
  • generate a graphql schema from an existing database
  • quickly prototype a graphql backend without writing resolvers
  • explore relational data with graphiql
  • infer hasMany and belongsToMany relationships from foreign keys

When to choose

  • you have a well-structured SQLite database and want a GraphQL API with zero configuration
  • you want to quickly inspect or prototype against a SQL dump via GraphQL
  • you need an auto-generated schema with mutations for create, update, and delete

When to avoid

  • your database is not SQLite
  • you need production-grade control over resolvers, auth, or performance
  • your schema doesn't follow conventional primary/foreign key naming and lacks declared foreign keys
  • you need active development or long-term support

Facets

cli-tool · maturity maintenance

graphql api-framework http-server database databases apis web-development developer-tools cli cross-platform sqlite graphql-server schema-inference automatic-api sequelize graphiql nodejs

1 source

Member repositories

RepositoryRoleHealth v2
bradleyboy/tuqlmain32

For agents

markdown · JSON · MCP: product_card(name="bradleyboy/tuql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem