Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patarkf/b9286d5866fd18b89d301981ab74b8ed to your computer and use it in GitHub Desktop.
Save patarkf/b9286d5866fd18b89d301981ab74b8ed to your computer and use it in GitHub Desktop.
posts.forEach(post => {
promise = promise.then(db.insert(post));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment