Export Database?

Is it possible to export the database into a .sql file from a glitch.com project aka my own?

I am using sqlite.

You can do that using the dump command, see http://www.sqlitetutorial.net/sqlite-dump/

Howdy. Found this forum response, was helpful for getting my database as a file, but it’s still on the glitch server. I can download the entire project and grab it that way - but is it possible to just download that one datsbase file instead?

You can use the terminal to upload it to a third party for example using https://file.io through curl and then download it from them if you want.
You can turn your project to static temporarily and download the specific file also.

I’ve tried using file.io on glitch but it can be a pain so gofile is another option.

1 Like