Goal
CockroachDB speaks the Postgres wire protocol but has a few schema/SQL differences worth a dedicated grammar (sequence handling, RETURNING semantics on certain ALTERs).
Acceptance criteria
- New package
drivers/cockroach extending or copying postgres grammar
- Migration tests pass against a real Cockroach instance (gated by env var, like the s3 driver pattern)
- README mentions the driver
Goal
CockroachDB speaks the Postgres wire protocol but has a few schema/SQL differences worth a dedicated grammar (sequence handling, RETURNING semantics on certain ALTERs).
Acceptance criteria
drivers/cockroachextending or copyingpostgresgrammar