@minatojs/driver-sqlite
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -225,4 +225,5 @@ "use strict"; | ||
async stats() { | ||
const size = this.db.export().byteLength; | ||
return { size }; | ||
const data = this.db.export(); | ||
this.init(data); | ||
return { size: data.byteLength }; | ||
} | ||
@@ -229,0 +230,0 @@ async remove(sel) { |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "SQLite Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38349
410