createConnection({ host, user, password, database, }); const query = "SELECT * FROM tweets"; // make to connection to the database. con.connect( ...
確定! 回上一頁