postgrest-rs
postgrest-rs copied to clipboard
How to do array stuff, like appending, length, contains?
trafficstars
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?