Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for dialects during project initialization #1528

Open
IgorArnaut opened this issue Jan 22, 2025 · 0 comments
Open

Add option for dialects during project initialization #1528

IgorArnaut opened this issue Jan 22, 2025 · 0 comments

Comments

@IgorArnaut
Copy link

IgorArnaut commented Jan 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant