simonw / datasette-publish-fly

Datasette plugin for publishing data using Fly
Apache License 2.0
20 stars 7 forks source link

Allow loading SQLite extensions #24

Open casidiablo opened 1 year ago

casidiablo commented 1 year ago

I tried adding a custom SQLite extension like this:

--extra-options '--load-extension ./text.so'

but it fails to deploy. For now I am using the --generate-dir flag, copying the .so manually and then run flyctl deploy myself.