4
timestamps to dates filter in supabase-js
Source: supabase/supabase#11351 · opened by @emersonlaurentino
I have a column of type timestamptz and I want to do a query filtering using a date.
So, I can do this in SQL like this:
But, I can't do a query on supabase-js, I would like to do something like this:
Today the only way I found to do this is by creating a Postgres Function and calling then using .rpc.
Would it be possible to add functionality similar to this in subbase-js?
So, I can do this in SQL like this:
But, I can't do a query on supabase-js, I would like to do something like this:
Today the only way I found to do this is by creating a Postgres Function and calling then using .rpc.
Would it be possible to add functionality similar to this in subbase-js?
No pledges yet. Be the first to back this.
Comments
Similar requests
[Supabasejs] support modify fetch option in http request
2 votes · 0 comments
Add timezone display setting for Table Editor timestamp columns
2 votes · 0 comments
Make real-time data return dates with zone designator
2 votes · 0 comments
Add table-specific filtering to the Database Indexing page
2 votes · 0 comments
Add option to "Quick Filter" when right clicking a cell in Table Editor
1 vote · 0 comments
No comments yet.