crossdb - can you publish mutiple .db files? #1536
-
|
Hi Datasette crew Is it possible to publish to a cloud host (like fly.io etc..) multiple .db files and use the cross database queries[1] feature to query across all of them? 1: https://simonwillison.net/2021/Feb/21/cross-database-queries/ Thanks for the amazing project Cheers Justin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi Justin, That should be supported by both I can't recall if I've tested it against Fly but I've used it a bunch with Cloud Run and Heroku. |
Beta Was this translation helpful? Give feedback.
Hi Justin,
That should be supported by both
datasette publish cloudrun,datasette publish herokuanddatasette publish fly(via the plugin) at the moment, using the--extra-optionsoption:I can't recall if I've tested it against Fly but I've used it a bunch with Cloud Run and Heroku.