Import sqlite database into glitch projects

How would I go around importing sqlite database into express projects? As fair as I know, I can only import it as an asset and not as a file into the editor.

Found the solution myself, looks like I can just import it as an asset then use wget to transfer it over as an actual file.

2 Likes