mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a542870bfb
commit
ea9f66f9fb
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ def sqlite_extensions(fn):
|
||||||
"sqlite_extensions",
|
"sqlite_extensions",
|
||||||
"--load-extension",
|
"--load-extension",
|
||||||
type=LoadExtension(),
|
type=LoadExtension(),
|
||||||
envvar="SQLITE_EXTENSIONS",
|
envvar="DATASETTE_LOAD_EXTENSION",
|
||||||
multiple=True,
|
multiple=True,
|
||||||
help="Path to a SQLite extension to load, and optional entrypoint",
|
help="Path to a SQLite extension to load, and optional entrypoint",
|
||||||
)(fn)
|
)(fn)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue