Skip to content

Config overhaul: lowercase for DatabaseDriver #950

@josecelano

Description

@josecelano

Parent issue: #401

We are normalizing all enum variants to lowercase. DatabaseDriver is not normalized yet.

pub enum DatabaseDriver {
    /// The Sqlite3 database driver.
    Sqlite3,
    /// The `MySQL` database driver.
    MySQL,
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions