access management and telemetrics #12

This commit is contained in:
2026-01-24 11:35:09 +02:00
parent e413418f9f
commit 0c63c5fb1a
5 changed files with 171 additions and 2 deletions
+4
View File
@@ -263,6 +263,10 @@ class Db {
]);
return ag.max || 0;
}
async stop(){
await db.close();
}
}
export { Db };