-
Updated
Nov 24, 2020 - Haskell
postgrest
Here are 71 public repositories matching this topic...
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Mar 28, 2020 - PLpgSQL
-
Updated
Oct 30, 2020 - Rust
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Nov 4, 2020 - PLpgSQL
-
Updated
Oct 24, 2019 - JavaScript
That is, on /pursuance/all, 'Search by tag' and 'Search by project descriptions' input fields.
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Mar 26, 2017 - JavaScript
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Aug 28, 2019 - Python
-
Updated
May 26, 2018 - TypeScript
-
Updated
Nov 14, 2018 - TypeScript
-
Updated
May 27, 2020 - Dockerfile
-
Updated
Dec 26, 2016 - JavaScript
-
Updated
Feb 14, 2019 - Go
-
Updated
Jun 19, 2020 - Makefile
-
Updated
Dec 8, 2018 - Python
-
Updated
Aug 20, 2020 - HTML
-
Updated
Aug 29, 2020 - Dart
Improve this page
Add a description, image, and links to the postgrest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postgrest topic, visit your repo's landing page and select "manage topics."
Feature request
Allow specifying return=minimal for
insert. Right nowreturn=representationis the default.See: https://github.com/supabase/postgrest-js/blob/master/src/lib/PostgrestQueryBuilder.ts#L58
Context
When
return=representationis specified, PostgREST generates aINSERT INTO ... RETURNING.The `RETUR