DBeaver works surprisingly nicely with less popular DBs. I work with Babelfish for PostgreSQL [1], it supports connections with SQL Server client libs. Most GUI client tools (like SSMS) expect "real" SQL Server on the other end of the wire - depend on various system views for DB introspection, so only partially work with Babelfish. Even if client tool is based on JDBC (like SQuirell SQL), it doesn't guarantee that this tool won't use additional SQL Server-specific queries for introspection. DBeaver is much better at this, I guess it is using JDBC API or DB-neutral INFORMATION_SCHEMA views for introspection.[1] https://babelfishpg.org/
supriyo-biswas|2 years ago
NewJazz|2 years ago
They have a sample on their website (go to the relationships section):
https://schemaspy.org/samples/epivirusurf/
The convenience factor is that you don't need a continuous connection to the db to refer to the diagrams or other docs.
RachelF|2 years ago
https://dbeaver.com/edition/
It's a great tool, though, a bit buggy but most useful.
tasuki|2 years ago
silentsea90|2 years ago