crossdb - can you publish mutiple .db files? #1536
Answered
by
simonw
justinkelly
asked this question in
Q&A
|
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 |
Answered by
simonw
Nov 29, 2021
Replies: 1 comment 2 replies
|
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. |
2 replies
Answer selected by
justinkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.