If I want a #selfhosted database backend for #n8n automations, what does @selfhost suggest? Baserow? Grist? Supabase?
Needs to run nicely in a Docker container on #TrueNAS.
You must log in or register to comment.
Ok, it wasn’t clear because supabase it’s not even self-hosted. I checked out baserow and grist and you can connect it to an external postgresql db so it should be valid for your use case. I personally used omnidb but it looks abandoned
I think n8n supports sqlite or postgresql, or do you mean am extra database to do other stuff?
@Tenkard I would like a GUI for the database so that I easily can work with it directly and not only through n8n.
I’m not familiar with n8n but most databases have a corresponding GUI. phpmysql for mariadb, pgadmin for postgres, and so on.