0
Can the prettytable library be used as a mysql or postgresql replacement for small database management system?
I need to create an online store using django and i would like to know whether instead of using mysql or postgresql ,i can use a simple library such as prettytable for managing my database using relational table
2 odpowiedzi
+ 1
No, it's just for representation . It does not save any data and not a DBMS.
If you don't want to use SQL, you can try csv
+ 1
AKSHAY [less active] thanks for your help