Sergey
Sergey
Also, major changes really feels like minor changes. @devinus can you clarify how you versioning your releases?
Great job! @devinus could it be merged? With some 4.0 changes of course
@lovasoa could you please review it? This change will make a big move in using of sql.js for the web 🙏
@kdabir hmm, you are right. Will fix it
@kdabir yep, you are right, we should have the way to access `dbs` without `DbsHolder`. The idea of > either DbsHolder accepts a db object, that I can create and...
@lionelhorn it seems to be possible to run it in service worker, regarding https://github.com/jlongster/absurd-sql/issues/54 . It will take a look, hope this week 🙂
@twmillett thank you for the example of the fix. Could you please explain why do you use WeakMap in the second example?
Same issue: ``` npx patch-package snabbdom patch-package 8.0.0 • Creating temporary folder • Installing [email protected] with yarn { status: 1, signal: null, output: [ null, , ], pid: 77815, stdout:...
Good points regarding kysely and learning curve 👍 > not so related but at first I found you & kikko cause I was looking for a way to have a...
If you need to call promise api from inside of wasm code you will need to use Asincify 🤔 I was exploring how it works in wa-sqlite recently, so maybe...