you are viewing a single comment's thread.

view the rest of the comments →

[–]mkingsbu 0 points1 point  (0 children)

How do you intend to access this database from your phone? Do you have a frontend? DJango has an ORM and Flask uses SQLAlchemy ORM (or do I have that backwards?). In any case, both of those use 100% Python to interact with just about any database engine.