I would like to run a scheduled script that updates my MYSQL database with data that I scrape from the web. In all the SQLalchemy tutorials I see the database connection is initialized using the flask app.
Because my script is not an actual app, is SQLalchemy the way to go for me or is there a different library I should be using to connect to the database?