foxyyy
Explore posts from serversPPrisma
•Created by foxyyy on 5/20/2025 in #help-and-questions
Prisma Postgres vs Accelerate with own Postgres
Just because it came in my mind rn are any of these features planned or already implemented?
- branching
- replicate to local db
- in db cron
12 replies
PPrisma
•Created by foxyyy on 5/20/2025 in #help-and-questions
Prisma Postgres vs Accelerate with own Postgres
I have a big server I use for many stuff like rtmp/srt etc currently. but previously I run it on a 5-10€ kvm that worked fine for me. Only bottleneck are the transactions times. I think what would be a "game changer" for prisma postgres would be to eliminate the need for the cache strategies stuff as you know what transactions are made on the database, you would in theory be able to update or invalidate the accelerate caches automatically. I know, that prisma postgres will never get to this pricing which is totally fair because to be honest I got a pretty good deal for what server I got but I think the 50€ fee on the paid plan is a bit to expensive for students like me or smaler projects, that want to benefit from the advantages of prisma postgres. I also can't really estimate what my usage of operations would be.
12 replies
BABetter Auth
•Created by foxyyy on 5/22/2025 in #help
I tried migrating my api with prisma to better auth but I always get an error when generating
Fixed it the issue was, that I called it bun.env.value as this works with bun but not with the cli tool.changing it to process.env.value fixed it
5 replies
BABetter Auth
•Created by foxyyy on 5/22/2025 in #help
I tried migrating my api with prisma to better auth but I always get an error when generating
I added all needed db fields already to my existing schema
5 replies
PPrisma
•Created by foxyyy on 5/20/2025 in #help-and-questions
Prisma Postgres vs Accelerate with own Postgres
I currently use a selfhosted postgres because I'm scared about my bill going way to expensive
12 replies
PPrisma
•Created by foxyyy on 5/20/2025 in #help-and-questions
Prisma Postgres vs Accelerate with own Postgres
Ok thanks but do I still need to add the Cache strategy or is this now done automatically as you now know when data changes
12 replies