Skip to content

Commit

Permalink
remove update
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanNoaman committed Jul 25, 2023
1 parent 4030f9d commit a386c12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

./utils/database.js
10 changes: 10 additions & 0 deletions utils/database.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const mysql = require("mysql2");

const pool = mysql.createPool({
host: "localhost",
user: "root",
database: "usersTest",
password: "Aa37740917",
});

module.exports = pool.promise();

0 comments on commit a386c12

Please sign in to comment.