postgrest-js icon indicating copy to clipboard operation
postgrest-js copied to clipboard

Isomorphic JavaScript client for PostgREST.

Results 132 postgrest-js issues
Sort by recently updated
recently updated
newest added

# 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...

postgrest-patch-needed

# 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,...

bug
postgrest-patch-needed

# 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...

documentation
postgrest-patch-needed

### 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...

enhancement
postgrest-patch-needed

# 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...

enhancement

# 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...

enhancement
postgrest-patch-needed

# 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...

enhancement
postgrest-patch-needed

# Feature request There are a bunch of commonly used Postgres methods that should be added: - `COUNT(*)` - `AVG(number)` - `MIN(number)` - `MAX(number)`

enhancement
postgrest-patch-needed