We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb045ae commit 374c0bdCopy full SHA for 374c0bd
1 file changed
promise.js
@@ -48,6 +48,7 @@ const {
48
databasePrepareAsync,
49
databaseMaxWriteReplicationIndex,
50
databaseDefaultSafeIntegers,
51
+ databaseLoadExtension,
52
statementRaw,
53
statementIsReader,
54
statementGet,
@@ -231,7 +232,7 @@ class Database {
231
232
}
233
234
loadExtension(...args) {
- throw new Error("not implemented");
235
+ databaseLoadExtension.call(this.db, ...args);
236
237
238
maxWriteReplicationIndex() {
0 commit comments