saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.97k stars 229 forks source link

Prisma in Nextron #253

Open MuttakinHasib opened 2 years ago

MuttakinHasib commented 2 years ago

Can I use Prisma with (sqliteDB) in Nextron ? how can I implement it?

m5x5 commented 2 years ago

Thank you for opening this issue, I'm working on adding an example to the repository.

irg1008 commented 1 year ago

So, are we able to use prisma with nextron in any way? Thanks

alyrna commented 1 year ago

It seems the branch with prisma and typescript was deleted

makeusabrew commented 1 year ago

Is this still an issue? What was the problem previously @MuttakinHasib @irg1008 @alyrna? I've only just started out with Nextron but in dev mode at least (I haven't made a prod build yet!) I'm using Prisma + SQLite without issue.

EDIT: Ah, it looks like the issue is indeed with prod builds: #386

konotorii commented 5 months ago

Havent tried this but you should be able to run prisma on the electron backend and communicate with IPC, probably overly complex though