Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 372 Bytes

Supagorm (with TS) template

Schema/Migration management for Supabase projects, using GORM. TypeScript types for tables are generated via Typescriptify-golang-structs.

Generated TS models are stored under the models dir.

Install

go mod tidy

Run:

go run .