Open MuttakinHasib opened 2 years ago
Thank you for opening this issue, I'm working on adding an example to the repository.
So, are we able to use prisma with nextron in any way? Thanks
It seems the branch with prisma and typescript was deleted
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
Havent tried this but you should be able to run prisma on the electron backend and communicate with IPC, probably overly complex though
Can I use Prisma with (sqliteDB) in Nextron ? how can I implement it?