3YOURMIND/django-add-default-value

Add support for CockroachDB

Closed this issue · 0 comments

First of all thank you for this library!

CockroachDB is a database that aims at compat with PostgreSQL, so everything should work: https://www.cockroachlabs.com/docs/v20.2/default-value.html#details

I've noticed you have tests per db, but I don't see any automated provisioning. If I wanted to add tests against crdb do I just test locally?