© 2026 Hedgehog Software, LLC
const messagess = await db.query.messages.findMany({ where: (message, { eq }) => eq(message.conversationId, conversationId), }); const mess = await db.select().from(messages).where(eq(messages.conversationId,conversationId))