Skip to content

Instantly share code, notes, and snippets.

@AlbanMinassian
Created June 28, 2021 15:50
Show Gist options
  • Save AlbanMinassian/cf94c0343e33b08949af7d9a2f192339 to your computer and use it in GitHub Desktop.
Save AlbanMinassian/cf94c0343e33b08949af7d9a2f192339 to your computer and use it in GitHub Desktop.
Comprendre l'architecture hexagonale en 5 minutes - secret 2 - after
// adapters/db_update.mjs
function(argData, logger) {
logger.info("");
pg.update(argData);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment