Hello, thanks for the great library!
I've been trying it out with PRs to various Django projects. It's really handy for being able to review a PR that contains a Django migration, then to flip back to a clean database for the next review.
As my Django installs already contain the database connection details, I've been thinking about an option to bootstrap Django and read from the DB settings, to save me exporting a URL or creating a TOML file.
I'd be happy to explore a PR that does this, but I wanted to check in and see if that's something you'd consider?
Thanks again
Hello, thanks for the great library!
I've been trying it out with PRs to various Django projects. It's really handy for being able to review a PR that contains a Django migration, then to flip back to a clean database for the next review.
As my Django installs already contain the database connection details, I've been thinking about an option to bootstrap Django and read from the DB settings, to save me exporting a URL or creating a TOML file.
I'd be happy to explore a PR that does this, but I wanted to check in and see if that's something you'd consider?
Thanks again