Hello. I can't find SQLiteESMFactory in wa-sqlite package #268
Unanswered
anwarmoussaoui
asked this question in
Q&A
Replies: 1 comment
-
In Javascript, when you have an import like this: import SQLiteESMFactory from 'wa-sqlite/dist/wa-sqlite.mjs'; It means to import the default export from the module and assign it the name "SQLiteESMFactory". That name is chosen by you. Please see the documentation for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use your library on a graalWASM demo but when I import SQLiteESMFactory from 'wa-sqlite/dist/wa-sqlite.mjs' is says it's not defined and it's not. I searched for it within the package and it doesn't exist .
Beta Was this translation helpful? Give feedback.
All reactions