by open stack I mean not closely tied to doctrine\dbal by default, but have a ConnectionManager for dbal or whatever components we have setup.
I want DataSource to be glue between the app's app/config/datasource.php config file and the chosen library.
So for dbal we need a handler to give you a 'connection' setup per key
For laravel's db layer there's a conection manager too which i have a gist for.
It should be a clean component with some a ConnectionManagerInterface which each library will be setup with