Delete limit and offset?

I get Property 'limit' does not exist on type 'Omit<PgDelete<PgTableWithColumns> const results = await db .delete(scheduledCalls) .where(eq(scheduledCalls.queueName, queueName)) .limit(limit) .offset(offset)
1 Reply
Waldo
Waldo9mo ago
I'm having this same issue! Thanks