rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

Feature: Prisma types generator #18

Open robere2 opened 1 year ago

robere2 commented 1 year ago

Much of the code within the /src/types directory is very repetitive. We could likely cut down immensely on the repetitiveness of this code by creating our own Prisma generator, however there may be some compromises that need to be made. More research is necessary.

I began experimenting with this idea before the NestJS integration here. This code would likely have to be mostly started from scratch.

This is carried over from rpitv/glimpse-api#53