add comments and small test adjustments

This commit is contained in:
Nikita Sivukhin
2025-09-25 10:52:18 +04:00
parent d08bcb6a17
commit 6fe5a0b61e
8 changed files with 38 additions and 11 deletions

View File

@@ -52,6 +52,9 @@ class Database {
});
}
/**
* connect database
*/
async connect() {
await this.db.connectAsync();
}