TTL indexes are special single-field indexes that MongoDB can use to automatically remove documents from a collection after a certain amount of time or at a specific clock time.
$sql = "INSERT INTO orders (email) VALUES ('$email')";[1,2,3].pop() // -> 3Чтобы без лишних операций в виде поиска длины массиваИ вообще, нет никакой операции поиска, длина массива - это свойство самого массива, и обращение к элементу через индекс (вот как у вас сейчас) гораздо быстрее, чем модифицировать массив )
return await connection.queryconst getDataDB = q=>{
return new Promise(( resolve, reject) => connection.query(q, (err,result)=>{
if(err) reject(err);
console.log(1);
resolve(result);
}));
};