Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Are there plans to add a way to support connect/reading from a database (Postgres, MySQL, etc)?
Describe the solution you'd like
I am currently thinking in terms of Spark, where I have the ability to specify a format where that format could also be a package like com.microsoft.sqlserver.jdbc.spark which connects to the database via jdbc
If this is already supported in some way, where can I find this?