Look into flask-boilerplate's wiki for more Flask/SQLAlchemy specific database interactions as well as database troubleshooting.

What is a database?

Download TablePlus for Mac or SQLelectron for a gui client view of SQL databases.

SQL and NoSQL

SQL

NoSQL

What is SQLAlchemy?

SELECT * 
FROM User
WHERE id > 5;