schemats
Database generator
Automates the generation of TypeScript interface definitions from relational databases
Generate typescript interface definitions from SQL database schema
1k stars
22 watching
102 forks
Language: TypeScript
last commit: almost 3 years ago
Linked from 1 awesome list
automationmysqlpostgrespostgresqlreflectionschematypescript
Related projects:
Repository | Description | Stars |
---|---|---|
thomasaribart/json-schema-to-ts | Tool to automatically generate TypeScript types from JSON schema definitions. | 1,480 |
patmood/pocketbase-typegen | Generates TypeScript definitions from PocketBase schema | 542 |
smithy-lang/smithy-typescript | Generates TypeScript clients and server scaffolding from Smithy models | 230 |
fabien0102/ts-to-zod | Tool to automatically generate Zod schemas from TypeScript types/interfaces. | 1,227 |
frhagn/typewriter | Generates TypeScript files from C# source files to create fully typed representations of API models and controllers. | 536 |
aws-samples/smithy-server-generator-typescript-sample | A sample project demonstrating how to generate TypeScript code for a serverless API using the Smithy framework. | 17 |
lyqht/generate-supabase-db-types-github-action | Automates generation of database types from Supabase schema | 48 |
code-hex/graphql-codegen-typescript-validation-schema | Tools to generate form validation schema from GraphQL schemas | 315 |
morphismtech/squeal | A Haskell library that embeds the language of SQL into its type system, allowing for high-level type safety and expressiveness in database interactions. | 360 |
sachinraja/zod-to-ts | Generates TypeScript types from Zod schemas. | 346 |
mistlog/typetype | A TypeScript library for generating complex types from functional logic | 416 |
fuselabs/jsxtyper | Automatically generates TypeScript interfaces from JSX files to improve code type safety and prevent typos at build-time. | 37 |
dmihal/hardhat-interface-generator | Tools to generate Solidity interfaces and integrate them with Hardhat projects | 32 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
cosmwasm/ts-codegen | Converts CosmWasm smart contracts into TypeScript classes to facilitate interaction with the contracts | 116 |