【发布时间】:2021-01-20 12:38:29
【问题描述】:
我是 PostgreSQL 新手,想知道是否可以创建一个 http 链接来从表中选择特定数据。
我尝试使用 Postgres,但无法真正遵循文档。 docker 和 postgREST 容器正在运行,但仍然可以通过 HTTP 链接访问数据库。
有什么解决办法吗?
主要目标是使用http://......../select() From () where time... 类型的结构从数据库中获取数据。
image shows that the setup for postgrest is working
谢谢 问候。
【问题讨论】:
标签: windows postgresql docker postgrest