schemaSPOT

schemaSPOT is a highly opinionated dev tool that allows to define resource object shapes at one SPOT (single point of truth) in an extended JSON Schema dialect and to automatically generate from them:

  • A PostgreSQL database schema
  • JSON Schemas and validators
  • TypeScript typings

This follows DRY-principle (don’t repeat yourself) and separation of concerns, since specification is separated from implementation.

schemaSPOT could also be seen as kind of ORM (object-relational mapper). However, note that it is not concerned with any migration topics, just “big bang”.

Due to PostgreSQL support, schemaSPOT integrates well with Supabase.

For more information or a custom demo, please contact us directly.