🐿️ Type safe SQL in Gleam
79

Configure Feed

Select the types of activity you want to include in your feed.

Fix pog example in README

authored by

Corentin J. and committed by
Giacomo Cavalieri
(Oct 25, 2025, 9:25 AM +0200) 9d28eab6 f653026a

+1 -1
+1 -1
README.md
··· 38 38 " 39 39 |> pog.query 40 40 |> pog.parameter(pog.text(name)) 41 - |> pog.returning(zero.run(_, squirrel_row_decoder)) 41 + |> pog.returning(squirrel_row_decoder) 42 42 |> pog.execute(db) 43 43 } 44 44 ```