atri
Explore posts from serversDTDrizzle Team
•Created by atri on 1/1/2025 in #help
[SOLVED] - How to prevent columns from dropping - after merging fellow developer changes?
npm run build solved it. I created new build and tried creating migration again. Then it didn't dropped the columns etc.
3 replies
DTDrizzle Team
•Created by atri on 1/1/2025 in #help
[SOLVED] - How to prevent columns from dropping - after merging fellow developer changes?
Solved.
3 replies
DTDrizzle Team
•Created by atri on 11/26/2024 in #help
How to fix collision / race condition
What I have seen is that it only allows you to write queries in traditional SQL fashion.
8 replies
DTDrizzle Team
•Created by atri on 11/26/2024 in #help
How to fix collision / race condition
got you. @Angelelz Does Drizzle allows you to write queries like we have in other ORMs (Prisma, TypeORM, Sequelize etc):
await db.users.findUnique({
where: {
id,
},
select: {
id: true,
first_name: true,
last_name: true,
},
});
I am asking specifically for NestJS.
8 replies
DTDrizzle Team
•Created by atri on 11/26/2024 in #help
How to fix collision / race condition
@Angelelz Is Drizzle team working that race condition doesn't happen?
8 replies
RRefine
•Created by like-gold on 8/3/2023 in #ask-any-question
Start refine dashboard nextjs application in watch mode
Issue resolved. Was using wrong command to start application.
5 replies