如何实现通过API进行多表查询?
-
如何通过bash从多个表中查询数据~
这需要通过外键进行关联,可以参考: https://postgrest.org/en/stable/api.html#resource-embedding
curl "http://localhost:3000/films?select=title,directors(id,last_name)"
如何通过bash从多个表中查询数据~
这需要通过外键进行关联,可以参考: https://postgrest.org/en/stable/api.html#resource-embedding
curl "http://localhost:3000/films?select=title,directors(id,last_name)"