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

SweetIQ/schemats

Generate typescript interface definitions from SQL database schema observed · 2026-08-28

github.com/SweetIQ/schemats · homepage · TypeScript · MIT (permissive) 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: 3670
  • days_rel: n/a
  • days_push: 1700
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1061 stars · 102 forks observed · 2026-08-28

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

Schemats is a CLI tool that automatically generates TypeScript interface definitions from Postgres or MySQL database schemas. It introspects tables and columns to produce statically typed interfaces for use in TypeScript projects.

Use cases

  • generate typescript types from postgres schema
  • create typescript interfaces from mysql database tables
  • keep typescript types in sync with database schema
  • statically type sql query results in typescript
  • generate type definitions for all tables in a database schema
  • avoid hand-writing typescript interfaces for database rows

When to choose

  • you use Postgres or MySQL with TypeScript and want types derived directly from the live schema
  • you want a simple CLI or config-file-driven code generation step in your build
  • you prefer lightweight schema-to-interface generation over a full ORM

When to avoid

  • you use a database other than Postgres or MySQL
  • you want runtime query validation or a query builder, not just type definitions
  • you need an actively developed tool with recent updates and broad database support

Facets

cli-tool · maturity maintenance

database type-system cli databases developer-tools web-development cli cross-platform typescript postgresql mysql sql-schema code-generation schema-reflection nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
SweetIQ/schematsmain23

For agents

markdown · JSON · MCP: product_card(name="SweetIQ/schemats")

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