#namespaces

[ follow ]
Marcin Wanago Blog - JavaScript, both frontend and backend
5 months ago
JavaScript

API with NestJS #140. Using multiple PostgreSQL schemas with Prisma

Schemas in PostgreSQL act as namespaces within the database and are containers for objects like tables and indexes.
By default, when creating a table without specifying the schema, PostgreSQL attaches it to the public schema. [ more ]
[ Load more ]