From 4059e1ea76aa4cfcf94f6eab5be5183529096c19 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Mon, 12 Feb 2024 12:00:26 -0500 Subject: [PATCH] Add tutorial for Godot 4 + PostgREST in ecosystem --- docs/ecosystem.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 423f0341b..cdd8912d8 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -22,6 +22,8 @@ Community Tutorials * `A poor man's API `_ - Shows how to integrate PostgREST with Apache APISIX as an alternative to Nginx. +.. * `Accessing a PostgreSQL database in Godot 4 via PostgREST `_ + .. _templates: Templates