Skip to content

Instantly share code, notes, and snippets.

@patarkf
Created June 10, 2017 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patarkf/aaafb539af21981b1643ef4a55b157ac to your computer and use it in GitHub Desktop.
Save patarkf/aaafb539af21981b1643ef4a55b157ac to your computer and use it in GitHub Desktop.
const posts = [{}, {}, {}];
async function insertPosts(posts) {
for (let post of posts) {
await db.insert(post);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment