kevinkusch
DTDrizzle Team
•Created by Adamgreg on 9/2/2023 in #help
Deferrable foreign key constraints
From what I can tell you can pass
deferrable: true
as config in the second arg to PgDatabase.transaction
, and that will handle the transaction side. This would have no affect on FKs that have not been set to deferrable, however, and I also have not been able to find a way to set that3 replies