Skip to main content
  1. About
  2. Stack Internal
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
1 answer
119 views

I am using a PostgREST API that queries a PostgreSQL database. In my table, I have a name field containing values with accents such as Léonard. I want to be able to perform a query via the PostgREST ...
  • reputation score 144
Score of 2
1 answer
144 views

I'm working with supabase-csharp in a .NET project and trying to perform a database query using a LIKE filter. My code looks like this: using Supabase; using System.Collections.Generic; using System....
  • reputation score 55
Score of 1
0 answers
99 views

I'm new to postgres and I'm struggling with 401 errors on a project that uses a 'codeless' postgrest api with JWT authentication. Now stuck! Can anyone suggest what I can do to diagnose what's going ...
  • reputation score 11
Score of 0
1 answer
59 views

I'm trying to create a query using PostgREST API with multiple OR conditions. Essentially I need PostgREST query similar to this SQL query SELECT * FROM people WHERE condition1 AND (condition2 OR ...
Score of 0
1 answer
246 views

I have the following: final data = await supabase .from('todo_list') .select('*, items:todo_list_item(*)'); This joins the todo_list_item rows matching todo_list_item.todo_list_fk = todo_list.id ...
  • reputation score 11574
Score of 1
1 answer
472 views

I'm trying to retrieve, in a query, the information for the logged-in user from the users table in my database on supabase. Here's what I do: val response = supabaseClient.postgrest[‘users’] ...
  • reputation score 25
Score of 0
1 answer
209 views

I am struggling a bit with my tooljet installation, here is the setup : Debian 12 on dedicated hardware installed with docker (docker-compose) as in the documentation Everything was working fine, ...
  • reputation score 13
Score of 1
2 answers
361 views

I am needing to update several rows at a time through the Rest API for Postgres. The only way I have figured out how to do this is through a function call, where I pass the JSON to the function and ...
  • reputation score 1725
Score of 0
1 answer
339 views

I am struggling to find the right syntax to perform a (nested) join on on composite foreign keys. For example, my tables are CREATE TABLE post (id TEXT PRIMARY KEY, userId TEXT REFERENCES user(id), ...
Score of 1
1 answer
406 views

The problem is that I am getting "undefined" when I use error.code in JavaScript when I want error.code to spit out meaningful Supabase Auth error codes. I tried error.message, error.name, ...
  • reputation score 31
Score of 1
1 answer
141 views

I'm hoping to be able to join a table to a table-valued function in PostgREST. I have an employees table with these fields: id, name, skills--skills is an array of the skill enumerated type. I created ...
  • reputation score 26364
Score of 1
0 answers
179 views

I am using a Postgres DB to store large JSON data (~2 MB). To view and analyze the data (logfiles from different applications), I have implemented a web server with an Ag-Grid table. Based on ...
  • reputation score 11
Score of 0
1 answer
1048 views

First I'm working on a typescript react based project that uses supabase for the backend. firstly here is my code: First code image Second code image I'm making a resuable component that create or ...
Score of 0
0 answers
128 views

I am currently trying to replicate a system from development to production. Both servers are running Postgresql 14, and Postgrest. I am attempting to update a row in the production system using my web ...
  • reputation score 71
Score of 1
0 answers
3837 views

I am trying to setup Swagger UI to display an OpenAPI specification provided by PostgREST. Unfortunately, I get the following error: Unable to render this definition The provided definition does not ...
  • reputation score 95

15 30 50 per page
1
2 3 4 5
...
11

AltStyle によって変換されたページ (->オリジナル) /