We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d376354 commit e615491Copy full SHA for e615491
1 file changed
examples/node-sqlite-compatibility.js
@@ -14,7 +14,7 @@ try {
14
console.log("Using @photostructure/sqlite");
15
}
16
17
-const { DatabaseSync, constants } = sqlite;
+const { DatabaseSync } = sqlite;
18
19
// Create database - API is identical
20
const db = new DatabaseSync(":memory:", {
0 commit comments