🐿️ Type safe SQL in Gleam
76

Configure Feed

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

Update readme

authored by

Leah Ulmschneider and committed by
Giacomo Cavalieri
(Aug 2, 2025, 11:12 AM +0200) 82808dff d3c8f268

+1 -1
+1 -1
README.md
··· 194 194 | postgres type | encoded as | decoded as | 195 195 | ------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | 196 196 | `bool` | `Bool` | `Bool` | 197 - | `text`, `char`, `bpchar`, `varchar` | `String` | `String` | 197 + | `text`, `char`, `bpchar`, `varchar`, `citext` | `String` | `String` | 198 198 | `float4`, `float8`, `numeric` | `Float` | `Float` | 199 199 | `int2`, `int4`, `int8` | `Int` | `Int` | 200 200 | `json`, `jsonb` | [`json.Json`](https://hexdocs.pm/gleam_json/gleam/json.html#Json) | `String` |