rpbouman / huey

A UI for DuckDB
MIT License
182 stars 14 forks source link

Export: Allow database download #60

Open rpbouman opened 6 months ago

rpbouman commented 6 months ago

Right now it's not super useful as huey does not change the in memory database. but at some point we could imagine users chosing to have files copied to the database, perhaps even remodel it a bit, create a datamart, etc. And then it would be useful to download the database so it could be uploaded a next time and have everything in place. According to @carlop this would work:

Copy database statement? That has some weight, but works for sure. Basically attach x, copy to x, detach x, .download x

So we're storing this idea here for now.