is it possible to use sqldelight with compose js t...
# compose-web
k
is it possible to use sqldelight with compose js target? i have found a few things on stackoverflow and github but nothing seems to be working
a
it seems like they do support JS target (at least it in the description to their repo): https://github.com/sqldelight/sqldelight What problem did you face?
k
havent been able to configure webworker properly it crashes with missing npm modules will give it a try again
a
If you face it, please, share the crashes message. It would help me to understand a little bit more about your problem and suggest a solution.
k
This is what i am getting
a
Oh, it seems like SQLite uses some Node.js modules that don't exist in the browser. I would say it's better to file an issue in their GitHub repo.
k
i added these through npm its working fine now will add a issue later
thank you color 1