Hey, is there a way to run SQLite3 database without Sequelize on Glitch (Server-side script) ?
Sequelize is just an ORM, you can use the sqlite3 npm package directly in your app. Give it a try.
Yeah, I am useing it, but I have 2 problems:
- Database file restarts (deleted completely) after restart
- For some reason, my code won’t work. Could you please look at my code if you’re experienced with SQLite3 ?
What’s the project name?
pixelbot-v1, you’re already added
stats.js / xp.js