Hi, I was wondering if there is a favoured node im...
# orm-help
n
Hi, I was wondering if there is a favoured node image for running Prisma? Or a list of dependencies I can look at?
👀 1
1
a
Hey Nigel! It doesn’t matter too much what Node image you pick, other than the typical consideration of using a recent LTS version (18, 16). You can always take a look at our dependencies in our GitHub repo.
n
Cheers...
I was having issues with getting it working but I may have found the issues...
What's the reason it's downloading a binary file(s) out of interest, I can't seem to find any docs on it?
a
I would take a look at this docs page. We have a couple different Rust binaries that communicate with the TypeScript client to provide functionality.
n
Thank you
nice that it's using Rust 🤓
I was having issues with set up via docker compose but I feel like I'm getting somewhere now
from reading them docs, would you recommend against storing the binaries in the project?
a
We typically recommend that you don’t store any generated files in your repo, but it’s totally up to you based on your needs 🙂.
n
Cheers, I've managed to sort it now... 👍