© 2026 Hedgehog Software, LLC
const _company = db .insert(companies) .values({ id: company.id, name: company.name, }) .returning(); _company.run(); // ???
.returning()