Can't upload SQLite3 file

I upload an SQLite3 file, it acts and uploads as an asset, I don’t want that. How can I prevent this?

Hi @Tankripper,

no easy way to upload an sqlite database yet. What you can do is:

  1. upload it as an asset and copy its url through the assets view
  2. Open the console (Project Menu -> Advanced Options -> Open Console)
  3. Download it on your project with:
wget "url you copied in step 1"
1 Like

Ah, I see, that doesn’t seem too inconvenient, I’m fine with it for now.