Open aawadall opened 7 years ago
Check out SQLAlchemy it might make it easy to make the transition withought altering too much of existing code.
Otherwise I just know that MySql is the most commonly used, but I don't know the details.
SQLAlchemy seems to be good option for SQL databases. How about graph database or NoSQL database?
We can try out Django
What database type should we incorporate? SQL? NoSQL? Flat File?