how would you use the supabase js sdk to query for...
# javascript
k
how would you use the supabase js sdk to query for a timestamp before a certain date?
s
Maybe
.lt()
could work for this? https://supabase.com/docs/reference/javascript/lt
g
k
ty ty