Nils Petzäll
Nils Petzäll
Seems images needs to be added on the github web page. These observations are they done with `schemaspy-6.1.0` or with `schemaspy-6.1.1-SNAPSHOT`. Should spend some time on making a release. Sine...
Haven't had the time to check it. But sound very much like #628 so if you have the time, could you give the snapshot version a try.
Possible solution for #493 and #463
I'm with other ones, it's default off since database might contain sensitive data.
@lukeIam the model and everything was never intended to include data from the database. I commented that it should be off, but if I'm honest I really don't want to...
@lukeIam have a look at https://dbeaver.io/
Depending on your usecase, there is an option to skip html `-nohtml` and just get the Xml output that can be diffed. Other options that might alter the speed is...
Is the AWS RDS instance publically available. https://aws.amazon.com/premiumsupport/knowledge-center/aurora-mysql-connect-outside-vpc/ Is it private and you want to tunnel to it? https://aws.amazon.com/premiumsupport/knowledge-center/rds-connect-ec2-bastion-host/ It's a broad question, even ssl might come into play. You...
Hade a look and it should work with 8.0.16 unless there is a bug. Schemaspy has no specific requirement for version, since it work with schemaspy 5 and older driver....
That exception says that the mysql driver isn't fully implemented, we use methods that are specified in the interface but they aren't implemented in the driver. 3.1.13 is old, this...