API with NestJS #174. Multiple PostgreSQL schemas with Drizzle ORMPostgreSQL schemas help organize database objects, allowing for better management and control.
Database views in DjangoDatabases support creating and working with views, which are like virtual tables.Django's migration system can create views using the RunSQL operation.