3 ms·
Nice project, thanks! I was looking for something like that for quite a while. Any chance to get it to work with Node? Unfortunately in my opinion and experie
by sHooKDT 3mo ago
Nice project, thanks! I was looking for something like that for quite a while.
Any chance to get it to work with Node?
Unfortunately in my opinion and experience Bun is not really suitable for production. Does it have anything special which makes this possible?
- ilbert 3mo agoI was targeting Bun because I really like its built-in SQL module. I can tweak the TS parser to look for e.g. postgres.js tagged template functions and make it work for that as well. I don't really see any blockers
- tomComb 3mo agoYes, bun is good locally, but need node support for deployment. So while the bun specific stuff sounds great I feel I need to avoid it.
- MegagramEnjoyer 3mo agobun truly made itself unappealing when it did the vibe coded port to rust
- mmkal 3mo agohave a look at https://sqlfu.dev https://sqlfu.dev - if you're using sqlite especially this likely has what you're looking for (disclaimer: i made sqlfu! and it's pretty early so use with appropriate caution. there's very little to the runtime part of it though, just very thin adapters around battle-tested clients)