Join Slack
Powered by
is it possible to use sqldelight with compose js t...
# compose-web
k
Kashismails
01/31/2025, 12:27 PM
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
Artem Kobzar
01/31/2025, 12:33 PM
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
Kashismails
01/31/2025, 12:48 PM
havent been able to configure webworker properly it crashes with missing npm modules will give it a try again
a
Artem Kobzar
01/31/2025, 12:50 PM
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
Kashismails
02/02/2025, 12:35 PM
This is what i am getting
a
Artem Kobzar
02/02/2025, 5:16 PM
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
Kashismails
02/03/2025, 5:50 AM
i added these through npm its working fine now will add a issue later
thank you color
1
8
Views
Open in Slack
Previous
Next