Create a simple data source based on org.springframework.jdbc.datasource.DriverManagerDataSource.

Its properties are:

  • url
  • driverClassName (class picker)
  • username
  • password

Other data source classes can also be configured, we should figure out what the impact of their configurational requirements are on the UI.

Maybe add data source test functionality.