Demonstrates end-to-end type safety from PostgreSQL to TypeScript. NpgsqlRest auto-generates TypeScript interfaces from PostgreSQL function return types, so any schema changes are caught at compile time.
bun run devThen open http://127.0.0.1:8080 in your browser.