Skip to content

Add option for dialects during project initialization #1528

Open
@IgorArnaut

Description

@IgorArnaut

Can you please add option for dialects during project initialization? By default init command generates a project that uses MySQL. What if I want to use sqlite3? I'd have to configure it manually, but I don't know what to put exactly. I've put

{
    "development": {
        "dialect": "sqlite",
        "database": ":memory:"
    }
}

but I'm not sure if that's correct. I've searched the issues and couldn't find exactly what I want.

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