Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Differences with absurd-sql ? #35

Open
astahmer opened this issue Oct 17, 2022 · 3 comments
Open

[Question] Differences with absurd-sql ? #35

astahmer opened this issue Oct 17, 2022 · 3 comments

Comments

@astahmer
Copy link

hey, is there a place with the differences between the 2 backends listed ? i don't know much about either other than it enables running sql.js in a worker

@quolpr
Copy link
Contributor

quolpr commented Oct 17, 2022

The problem with absurd-sql backend is that it requires to use https://web.dev/i18n/en/coop-coep/ , which forbid iframe usage (like youtube embed), for example. wa-sqlite solves it, but it's under GPL3 license, so you can't use it in commercial products without open-sourcing it. And due to wa-sqlite is PGL3 it will force the whole Kikko repo to become GPL3(which I don't want), so that's why I created the separate git repo

@astahmer
Copy link
Author

ok it makes sense, thanks ! I think this might be worth putting in the kikko docs website

@quolpr
Copy link
Contributor

quolpr commented Oct 17, 2022

@astahmer yep, agree, I will add it to the doc.

And, actually, don't worry about spamming — you help me to shape kikko better. And it also helps me to keep the work going 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants