aawadall / PyProjMan

Command-line Based Project Management Application written in Python
https://aawadall.github.io/PyProjMan/
MIT License
3 stars 1 forks source link

Redesign : Incorporate a Database #87

Open aawadall opened 6 years ago

aawadall commented 6 years ago

What database type should we incorporate? SQL? NoSQL? Flat File?

burhania2 commented 6 years ago

Check out SQLAlchemy it might make it easy to make the transition withought altering too much of existing code.

burhania2 commented 6 years ago

Otherwise I just know that MySql is the most commonly used, but I don't know the details.

aawadall commented 6 years ago

SQLAlchemy seems to be good option for SQL databases. How about graph database or NoSQL database?

aawadall commented 6 years ago

We can try out Django