Skip to content

Use Docker & DBMS for testing instead of SQLite #1

@izzat5233

Description

@izzat5233
  • SQLite causes many problems, for instance you can't use EF Core Migrations to create Views in SQLite (refer to this answer) which prevents any functional tests on views!
  • Either use two seperate databases (locally) for production & testing, which requires adding github actions for setting up the test database.
  • Or use a Docker container.

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