Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Dec 2, 2024
1 parent 494ab32 commit 6b3195a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/sequelize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { Sequelize, DataTypes } = require("sequelize");

const sequelize = new Sequelize({
host: "localhost",
port: "2881",
username: "root",
password: "",
database: "test",
Expand Down

0 comments on commit 6b3195a

Please sign in to comment.