Are there any tools to use with Postgres so that I can create UML for the database that I already created.
There are some good products in Visual Paradigm, check out http://www.visual-paradigm.com/ Most of their products work with Linux, OS X, and Windows.
You can adapt this script for MySQL http://askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/ just by changing the driver from Mysql to Postgress found here http://softinnov.org/rebol/pgsql.shtml
This is the reverse enginiering sample for Wordpress DB:
ppstgres_autodoc is a standard open source tool. http://www.rbt.ca/autodoc/
I used SQL Power Architect , which has a free version to do most of the tasks you need, using reverse engineering and the like. I found it easy to use and simple.
Source: https://habr.com/ru/post/1314122/More articles:The difference between different Microsoft Speech technologies - speech-recognitionPHP XML Editing CDATA node - xmlUse LINQ to count the number of combinations that exist on two lists - .net32-bit Java on a 64-bit OS: is there a limit on the number of JVMs? - javaThree-dimensional Triangular Algorithm - algorithmASP.NET MVC and test development - .netASP.NET Cookies for ASP Page - Cookieshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1314125/how-do-you-convert-object-this-to-a-string&usg=ALkJrhgJaItXaQ3Tdoke3NjX5EpMPLnocAChanging the name of a subfolder in a git project without losing file history? - gitSet individual bit in C ++ - c ++All Articles