postgrest-rs icon indicating copy to clipboard operation
postgrest-rs copied to clipboard

How to do array stuff, like appending, length, contains?

Open ash-hashtag opened this issue 3 years ago • 1 comments
trafficstars

ash-hashtag avatar Aug 06 '22 09:08 ash-hashtag

like appending

You mean an UPDATE here? Right now it's only possible through rpc(a custom SQL function).

length, contains?

There's the cs(translated to @>) operator for contains. What kind of query you'd like to do with length?

steve-chavez avatar Aug 08 '22 16:08 steve-chavez