From 9ae4a8918c347be9d3f0d6a1a17f6de359f168c6 Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Wed, 17 Jan 2024 04:27:21 +0000 Subject: [PATCH] Update Dev Notes --- Dev-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Notes.md b/Dev-Notes.md index 27b85cf..4035ad0 100644 --- a/Dev-Notes.md +++ b/Dev-Notes.md @@ -26,7 +26,7 @@ So the choice right now is between creating a microservice or creating a monstro To create a view: https://www.guru99.com/postgresql-view.html -It might be best right now to try to create a view and then connect PostGIS that way. No need for a microservice right now (though later on it's like there will need to be some admin control panel app). +It might be best right now to try to create a view and then connect PostGIS that way. No need for a microservice right now (though later on it's likely there will need to be some admin control panel app). ## 20240114