loopbackio / loopback-datasource-juggler

Connect Loopback to various Data Sources
http://www.loopback.io
Other
278 stars 365 forks source link

Allow connectors to use async/await #1659

Open bajtos opened 5 years ago

bajtos commented 5 years ago

I would like to allow connector authors to use async functions instead of the current callback style.

Acceptance criteria

Out of scope

Eventually we should update all of our connectors to use the new major version of loopback-connector and switch to async functions. There should be follow-up issues opened (one per the connector repository). Note that connectors using async functions become incompatible with LB 3.x projects (because they don't support connectors exporting async functions), the upgrade must be released as semver-major.

dhmlau commented 4 years ago

@markdirish, thanks for your interest in this GH issue, per the google group discussion. Marking this as "community contribution" as GH doesn't allow me to assign this task to you. Thanks!