supabase-community / postgrest-rs

Rust client for PostgREST
https://supabase.io
Apache License 2.0
385 stars 41 forks source link

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

Open ash-hashtag opened 2 years ago

steve-chavez commented 2 years ago

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?