You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Alpha Stable for building SQL (PostgreSQL) to NestJS backend
- with_entities variable for building the relations between the tables using TypeORM
- with_crud now it's active
- with_jwt_auth edits
This version contains completed nestjs app with limited features
desc: 'Add comprehensive field validations (email, unique, required, etc.)',
63
65
icon: "🔍",
64
-
status: "✅"
66
+
status: "✅",
67
+
canEdit: true,
65
68
},
66
-
{key: "date_fields"asconst,label: "Date Fields-Columns",desc: 'Add "createdAt" & "updatedAt" fields or columns for all the tables',icon: "📆",status: "✅"},
{key: "date_fields"asconst,label: "Date Fields Columns",desc: 'Add "createdAt" & "updatedAt" fields or columns for all the tables',icon: "📆",status: "Soon!",canEdit: true},
0 commit comments