How to have a fully, complete local `_test` database?
Trying to understand the logic on how to have a complete local test database (eg including auth, buckets, etc), basically a complete copy of my development environment. I can only find references to testing the database itself, rather than having a
_test database.