Feat: Add database storage for TLS info

This commit is contained in:
Nelson Chan 2021-07-22 16:04:32 +08:00
parent ccda6f05f5
commit 96c60dd94a
5 changed files with 59 additions and 12 deletions

View file

@ -8,7 +8,7 @@ class Database {
static templatePath = "./db/kuma.db"
static path = './data/kuma.db';
static latestVersion = 1;
static latestVersion = 2;
static noReject = true;
static async patch() {