© 2026 Hedgehog Software, LLC
const createdAddress = this.drizzleService.db .$with('created_address') .as( this.drizzleService.db .insert(databaseSchema.addresses) .values(user.address) .returning(), );
$with()