Created
December 13, 2013 06:38
-
-
Save kejyun/7940602 to your computer and use it in GitHub Desktop.
Node.js中MySQL套件關閉連線(connection close)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 關閉資料庫連線 | |
connection.end(function(err) { | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment