Skip to content

Instantly share code, notes, and snippets.

@kejyun
Created December 13, 2013 06:38
Show Gist options
  • Save kejyun/7940602 to your computer and use it in GitHub Desktop.
Save kejyun/7940602 to your computer and use it in GitHub Desktop.
Node.js中MySQL套件關閉連線(connection close)
// 關閉資料庫連線
connection.end(function(err) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment