postgrest-js
postgrest-js copied to clipboard
Isomorphic JavaScript client for PostgREST.
# Feature request ## Is your feature request related to a problem? Please describe. Transactions are a fundamental concept of all database systems. The essential point of a transaction is...
# Feature request ## Is your feature request related to a problem? Please describe. This is not a feature, so much as an improvement. I noticed when preforming an update,...
# Feature request First off, it's great that I can use TypeScript to statically type check everything. I think the syntax could be improved, though. Right now, you need to...
# Improve documentation ## Link https://supabase.com/docs/reference/javascript/or#use-or-on-foreign-tables ## Describe the problem Hello, is it currently possible to chain `.or()` across multiple tables in a single query? I'm trying to do something...
### Discussed in https://github.com/supabase/supabase/discussions/4831 Originally posted by **pryme0** January 6, 2022 Is there a way to do batch delete with supbase? Like i pass in an array containing id's of...
# Feature request ## Is your feature request related to a problem? Please describe. Currently, `textSearch` allows to search for a search query on only one column, but in a...
# Bug report ## Describe the bug Ordering selected rows using `foreignTable` option does not work ## To Reproduce (table1 has fields table1_id and table2_id) (table2 has fields id, title...
# Feature request When requesting data to a foreign table that is related to the current one by an intermediate table with 2 primary keys, the result should be either...
# Feature request There are a bunch of commonly used Postgres methods that should be added: - `COUNT(*)` - `AVG(number)` - `MIN(number)` - `MAX(number)`