That’s an interesting idea. The scaffolding wizard prompts you for a DB connection, and it also let’s you create new connections. The DB connection setup tool/UI is being *called* by the scaffolding wizard, but it isn’t really part of the wizard. We need to see if the connection setup tooling has API for deriving the location of the jar file, so that we can copy into the project.
Thanks for the suggestion.