We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542870 commit ea9f66fCopy full SHA for ea9f66f
1 file changed
datasette/cli.py
@@ -85,7 +85,7 @@ def sqlite_extensions(fn):
85
"sqlite_extensions",
86
"--load-extension",
87
type=LoadExtension(),
88
- envvar="SQLITE_EXTENSIONS",
+ envvar="DATASETTE_LOAD_EXTENSION",
89
multiple=True,
90
help="Path to a SQLite extension to load, and optional entrypoint",
91
)(fn)
0 commit comments