#migrations

[ follow ]

API with NestJS #174. Multiple PostgreSQL schemas with Drizzle ORM

PostgreSQL schemas help organize database objects, allowing for better management and control.

Database views in Django

Databases support creating and working with views, which are like virtual tables.
Django's migration system can create views using the RunSQL operation.
[ Load more ]