根据 PostgREST 文档,我们可以使用 postgrest 开始
postgrest postgres://user:pass@host:port/db -a anon_user [other flags]
本地运行就好了;但是,如何将其注册为系统服务并在云服务器中运行?
根据 PostgREST 文档,我们可以使用 postgrest 开始
postgrest postgres://user:pass@host:port/db -a anon_user [other flags]
本地运行就好了;但是,如何将其注册为系统服务并在云服务器中运行?
基本思想是拥有一个 init (shell) 脚本(就像所有其他系统服务一样)
该脚本不再起作用,因为 github 存储库的结构发生了变化,并且一些文件不再存在,但您可以大致了解需要发生的事情 https://github.com/ruslantalpa/blogdemo/blob/master/provision /postgrest.sh 初始化脚本可以在这里找到 https://github.com/begriffs/postgrest/tree/5d904dfd66c75133f2383eefbfa8b152a669625e/debian