efcore.pg
efcore.pg copied to clipboard
Add UseCockroachDb to NpgsqlDbContextOptions
This would automatically set the value generation strategy to serial (see #1339), and may affect other things where CockroachDB differs slightly.
/cc @rafiss @CheKhenKho
Another functionality we could explore adding to this option is to avoid querying the attidentity and attgenerated columns. See https://github.com/cockroachdb/cockroach/issues/48050 and https://github.com/cockroachdb/cockroach/issues/48541