denodrivers/mysql

What does this close method do?

dong-lufei opened this issue · 1 comments

await client.close();

If I don’t write it, it seems that I can also realize the function of adding, deleting, modifying and checking

It closes all connections (in connection pool) to the database.