Skip to content

Use multiple databases #11

@orryv

Description

@orryv

Issue

We have a huge database with over 1500 tables, our problem is that none of our db dumps have data in all tables. This means that when we want to unit test we need to be able to switch databases.

Solution

We were hoping for a way to automatically switch between databases during unit testing, whitout the need to run different test suites. We had thought about merging all our databases into one, by providing a prefix of which database it belongs to, but since we have migrations this isn't an option for us.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions