By Manuel Lemos
Sometimes developers that have worked on several projects want to reuse code used in a project to manipulate database table columns for a specific purpose.
Still, they do not remember in which project they used that table column.
This package provides a simple tool for finding the PostgreSQL database and table with a column with a name entered by the user.
This way, the user can quickly find what was the project that used the code to access that PostgreSQL database table.