Add option for dialects during project initialization

Open
#1,528 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, sqlite
Domain
cli, databases

Research direction

Start at the init command and inspect how it generates the default MySQL configuration. Determine how a dialect option should select the generated configuration, then verify that initialization can produce a valid SQLite setup using the requested database value.

Written by the indexing model from the issue text.

Description

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.

Dominant language
JavaScript
Stars
2.6k
Forks
524
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sequelize/cli

All issues in sequelize/cli

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.