Implement a new helper API for calling connector's "execute" method in a promise-friendly way.
Use case: 1. Configure a datasource with lazyConnect = true 2. Do NOT start the DB 3. Start the app 4. Send first request and it fails to connnect to the DB 5. Start the DB 5. Requests are now served correctly