9 ms·
Flask seems nice and simple until you need to access a database such as MySQL. With SQLAlchemy it seems like there's a lot more code needed just to perform simp
by dumbphone 15y ago
Flask seems nice and simple until you need to access a database such as MySQL. With SQLAlchemy it seems like there's a lot more code needed just to perform simple CRUD operations, whereas Django's ORM is really simple. Is there a better alternative to SQLAlchemy? Is it possible to use Django's ORM in Flask?
- dumbphone 15y agoGonna answer this one myself: Seems http://www.sqlobject.org/ http://www.sqlobject.org/ might be a good alternative.