I'm looking for a way to programmatically create a database in Spring Boot then put it as an active data source.
Is such a thing even possible? I see all this dynamic changing of the DBs, but that's not what I need and I can't find any information on this in the documentation, only about migrations, DB initialization etc.
Using spring boot 1.3.1 with PostgreSQL 9.4 DB.