Closed iamshanvy closed 11 months ago
Latest commit: 4da67748a0e04f2efaf1fad3db52cac53caa1b78
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@iamshanvy is attempting to deploy a commit to the RubricLabs Team on Vercel.
A member of the Team first needs to authorize it.
oh boy i really messed up my sync here, lemme reopen a PR
use sqlite prisma provider only when scaffolding the project, use postgresql by default (for demo deployment)
essentially it is just a string replacement from
postgresql
tosqlite
ofschema.prisma
filealternative is probably having a separate file (like
scaffold.schema.prisma
) that would bemv
ed to scaffolded project with provider set assqlite
, main idea is to use sqlite only on scaffolded projectproposed solution for #16, open for discussion
marked as draft since I am able to test on windows only tomorrow