Українська | English
1. I’m too lazy to set up MariaDB or Postgres.
2. Prisma is focused on Postgres, so I was curious how difficult it’d be to work with a different DB.
1. I’m too lazy to set up MariaDB or Postgres.
2. Prisma is focused on Postgres, so I was curious how difficult it’d be to work with a different DB.
- server.ts with a little over 100 lines of code
- prisma.ts - less than 50 lines
- seed.ts - less than 50 lines
- schema.prisma - near 50 lines
- a bunch of views.pug - less than 20 lines each
- server.ts with a little over 100 lines of code
- prisma.ts - less than 50 lines
- seed.ts - less than 50 lines
- schema.prisma - near 50 lines
- a bunch of views.pug - less than 20 lines each