Show HN: Schemic – your database schema, in the Zod API you know
Category: devtools
Tags: schema-as-code, typescript, database, migrations, zod
Score: 6.5/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 6)
Schemic lets you define database schemas in TypeScript using the familiar Zod API, and generates DDL, types, and migrations for multiple databases. Its dialect-neutral design with installable drivers is a practical approach to schema-as-code that reduces drift between code and database.
Target audience: backend devs
Repository: https://schemic.dev/ · TypeScript · MIT · 13 stars
View on Hacker News