mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add new entrypoint option to --load-extensions. (#1789)
Thanks, @asg017
This commit is contained in:
parent
663ac431fe
commit
1d64c9a8da
6 changed files with 140 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -118,3 +118,9 @@ ENV/
|
|||
.DS_Store
|
||||
node_modules
|
||||
.*.swp
|
||||
|
||||
# In case someone compiled tests/ext.c for test_load_extensions, don't
|
||||
# include it in source control.
|
||||
tests/*.dylib
|
||||
tests/*.so
|
||||
tests/*.dll
|
||||
Loading…
Add table
Add a link
Reference in a new issue