Many folks using Glitch are in the process of learning new technologies. In the spirit of less confusion, please change the default node sqlite project to use the async await friendly node-sqlite library which wraps the node-sqlite3 library. Mixing the old callback pattern with the more widely accepted async await pattern is cumbersome
an eyesore, and something people shouldn’t have to be confronted with if they are getting started with Node.js database reliant projects.
2 Likes