A lot of Java projects have quite complex database schemas in the backend. Although, using object-relational mapping it can be useful to have a deeper understanding of such a schema, e.g. when writing CRUD tests. For me the visualization of table relations is quite important, besides the table attributes. There are a lot of entity… Continue Reading
