Can the prettytable library be used as a mysql or postgresql replacement for small database management system? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

15th Dec 2020, 4:17 AM
David Bukedi Diela
David Bukedi Diela - avatar
2 Respostas
+ 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
20th Dec 2020, 3:33 PM
AKSHAYšŸ‡®šŸ‡³
AKSHAYšŸ‡®šŸ‡³ - avatar
+ 1
AKSHAY [less active] thanks for your help
23rd Dec 2020, 1:36 AM
David Bukedi Diela
David Bukedi Diela - avatar