fromMarcin Wanago Blog - JavaScript, both frontend and backend
8 months agoAPI with NestJS #161. Generated columns with the Drizzle ORM and PostgreSQL
SQL generated columns help with data consistency, query performance, and database design. Two types: virtual (not supported in PostgreSQL) and stored (updated on row modification).