Snowflake-Labs / django-snowflake

MIT License
59 stars 15 forks source link

Add support for test database cloning #8

Closed timgraham closed 2 years ago

juanrgon commented 2 years ago

Because of snowflake's architecture, these database clones would have to be created remotely, right?

timgraham commented 2 years ago

The copies allow running tests in parallel. ("Each process gets its own database.")