Implement .name property

This commit is contained in:
Anton Harniakou
2025-06-04 11:48:35 +03:00
parent ac33dbb63a
commit 45fe13f226

View File

@@ -22,6 +22,11 @@ class Database {
return db.inTransaction();
},
},
name: {
get() {
return path;
},
},
});
}