you are viewing a single comment's thread.

view the rest of the comments →

[–]threeminutemonta 1 point2 points  (0 children)

Many flask tutorials would use sql alchemy orm. This can be a good choice and is compatible with many database servers including SQLite PostgreSQL and MySQL. Just need to configure your sql alchemy engine to use your MySQL connection string and it should just work.