Skip to content

SQLITE_EXTENSIONS environment variable should be DATASETTE_LOAD_EXTENSION #2424

@simonw

Description

@simonw

Spotted in:

fn = click.option(
"sqlite_extensions",
"--load-extension",
type=LoadExtension(),
envvar="SQLITE_EXTENSIONS",
multiple=True,
help="Path to a SQLite extension to load, and optional entrypoint",
)(fn)

It's inconsistent with our other environment variables, which all use the DATASETTE_ prefix.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions