Skip to content

Commit 084bd8a

Browse files
committed
installed mysql module
1 parent ec54f33 commit 084bd8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const mysql = require('mysql');
12
const express = require('express');
23
const app = express();
34

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"homepage": "https://github.com/dynak-net/super-simple-maps#readme",
1919
"dependencies": {
20-
"express": "^4.15.3"
20+
"express": "^4.15.3",
21+
"mysql": "^2.13.0"
2122
}
2223
}

0 commit comments

Comments
 (0)