Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 326 Bytes

File metadata and controls

11 lines (7 loc) · 326 Bytes

Example 2: Static Type Checking

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.

Running

bun run dev

Then open http://127.0.0.1:8080 in your browser.