© 2026 Hedgehog Software, LLC
const competition = await db .insert(competitions) .values({ name: data.competition, }) .onConflictDoNothing() .returning();