I have a postgres database with tables and functions build using sql templates. And I would like to use a database program to save these templates and search where I used it.
What i want to do is to save those templates and each in tables and functions identified which template i use, for example by comment, and look for them.
I searched for programs that let me save those template and I've found:
- navicat; let me save the template queries but will not organize it in folders or tell me where i use it
- valentina studio, let me save templates and add comments to the functions and others, but do not let me search for the comments
Do you know any database program that works with postgres, that allows me to do this?