#database-design

[ follow ]
fromMarcin Wanago Blog - JavaScript, both frontend and backend
9 months ago

API with NestJS #161. Generated columns with the Drizzle ORM and PostgreSQL

With virtual generated columns, we avoid using additional disk storage. Instead, the database calculates their value on demand, for example, during a query. However, PostgreSQL currently lacks support for the virtual generated columns.
JavaScript
[ Load more ]