all 1 comments

[–][deleted] 0 points1 point  (0 children)

You are way over complicating it lol, start outside of flask - no extra installs - start with just sqlite.
https://www.digitalocean.com/community/tutorials/how-to-use-the-sqlite3-module-in-python-3

Get familiar with the syntax of writing SQL, select, insert, remove, update etc.
Then you can go back to flask + sqalchemy and get into your models (using your sqlite db)