If we consider giving developers access to sync API's we should do so using the *Sync convention. For example, if we have a method db.prepare() that is async, we should have a method called db.prepareSync(). This method will return a value instead of a value wrapped in a promise