Own local Caching?
Hey, does prisma also have a localcaching or something? except the prisma accelerate. i would like to have something local because the internet is getting worse and worse in germany 😦
Does anyone know anything current? e.g. an NPM package?
7 Replies
We do not offer this natively.
There are a few third party options that I haven't used personally, but may be good inspriation for you.
This GitHub issue chats about your exact issue and includes some possible solutions.
We'd also love if you could describe your issue and comment on a proposed API.
Thank you!
GitHub
Query caching · Issue #3165 · prisma/prisma
It would be nice if queries would get out of the box support for caching, it's a pain to make a wrapper since you'd have to make sure the function you create accepts and returns the right t...
I have decided to use prisma-cache-nosql. However, I would be pleased if you could come up with something directly, e.g. Memory Cache or RedisCache
@Jon Harrell
How can I help?
My Reposone to that:
We'd also love if you could describe your issue and comment on a proposed API.
Ah. A miscommunication on my part. I meant to comment on the GitHub issue with your needs.
oh okay
then sorry for pinging
Not a problem!