typeorm icon indicating copy to clipboard operation
typeorm copied to clipboard

Cockroachdb Locality (Enterprise Feature) Implementation

Open IS-Josh opened this issue 3 years ago • 0 comments

We would like to add in code that implements the defining and setting of locality (if specified) at the time of table creation.

Proposal: It would be implemented in a similar way to how engine is set for a MySQL connection, which a check to see if the locality flag exists before appending the locality clause.

IS-Josh avatar Aug 03 '22 02:08 IS-Josh