Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example 1: My First Function

A minimal example that creates a PostgreSQL function returning an array of strings, exposes it as a REST endpoint, and renders the results on a web page.

Running

bun run dev

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