Express and SQLite

I want to host a simple bot with Express and SQLite for a school project and I wanted to ask on if that would be possible on Glitch, as I’ve seen express and sqlite options separate, would be appreciated

Yes, it is possible to host SQLite and Express. The default template ~hello-sqlite has both SQLite and Express. In that project, sqlite.db is created and put into the .data folder, a hidden directory whose contents aren’t copied when a project is remixed. You can see the contents of .data in the console under “Logs”

1 Like

to manage it with sequelize check out here