You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last time I checked it (quite long ago though), I could only do value types directly, whereas for structures I had to pass them through JSON – back and forth.
Expand SQL Arrays page to document how to work with
List[MyEnum]
instead of justList[String]
when fetching and writing to Postgres array columns.The text was updated successfully, but these errors were encountered: