Large commit, multiple projects/labs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import mysql from "mysql2/promise";
|
||||
const pool = mysql.createPool({
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
database: "customers_db"
|
||||
});
|
||||
|
||||
export default pool;
|
||||
Reference in New Issue
Block a user