On Tue, Oct 18, 2022 at 09:50:54PM +0100, Wouter Piessens wrote:
hey all,
I am posting this on behalf of my partner, who just started a conversion
masters in Data Science at RGU. She is wondering if anyone can recommend
a free/opensource tool/software to design conceptual and logical
database schema. she is fed up with drawing them up on a paper.
Is she looking for a 'Entity Relationship Modeler' ?
I have no recommendations, the last time I had to do this I just used
whatever visualstudio gave me. Even if she doesn't need to build actual
databases the tooling for designing them is pretty normal to be part of
an ORM (Object Relational Mapping) generator.
These tools sat in the area of draw a picture -> generate sql and code
to interact with database
- Tom