5 ms·
ah i meant to ask how it was designed in the backend
by taw1516 3y ago
ah i meant to ask how it was designed in the backend
- Trayja-Peter 3y agoI won't get too deep into our architecture, but needless to say letting users dynamically edit/add/remove fields in their databases is not easy. We use Postgres + Prisma as our ORM, and I'm fairly happy with its DX re: handling this level of complexity
- melx 3y agoI would put everything in JSON(b) column since you're using Postgres anyway....