Is it possible to have a high-level with a diagram of tables, their columns and their jointures.
In MySql Workbench, it would look like this:
Is there any way to create this with lambdas or any other way ?
Is it possible to have a high-level with a diagram of tables, their columns and their jointures.
In MySql Workbench, it would look like this:
Is there any way to create this with lambdas or any other way ?
I think your underlying problem is that you were unable to connect your workbench to the cluster. I would recommend getting that to work rather than trying to work around with a query that can provide you some sort of ascii art for the table structures.
Connecting to VPC only services is a pretty common use case, I've quoted some steps here [1] [2]. Do try them out and see if you can establish workbench connectivity to your cluster.
[1] https://stackoverflow.com/a/57230236/3069919 [2] Connect to Neptune on AWS from local machine