adoublef
Explore posts from serversDistroless Docker image fails with `libc.so: cannot open shared object file: No such file`
Libsql is an npm module correct. I will try the Debian package but would prefer the build on top of a distroless image. I will also check with the libsql maintainers as the node application seemed to build just fine, it's just the deno one with the complications
4 replies
Does calling `bundle` inside a handler make sense?
@lucacasonato the one from
deno_emit
https://github.com/denoland/deno_emit/blob/main/js/README.md#bundle
I did move it out the handler which allowed it to be ran once, but wasn't sure what the internal cache
options are supposed to enable4 replies
DTDrizzle Team
•Created by jivan on 5/19/2023 in #help
Conditional logic within template strings not supported on raw MySQL query
@Andrew Sherman ah I gave it ago and while I can import from
Esm.sh
looks like there's some node specific code that when imported breaks Deno. I think it's still something I'd like to dive into more this week so if I gain any traction will notify through an issue15 replies
DTDrizzle Team
•Created by jivan on 5/19/2023 in #help
Conditional logic within template strings not supported on raw MySQL query
@a_sherman I wanted to ask if those functions from the
drizzle-orm
package can work outside of Node/Drizzle? I am a Deno user that is looking to try and experiement with Turso and was thinking if I may be able to add this15 replies
denodrivers/sqlite and deno-sqlit behave different with multiple `?` args
From the above its clear that the
?
is overidden and therefore only one of them get's returned.
I am not sure if this is something that could be tackled or if it's even necessary as it isn't exactly a meanigful statement3 replies