Tags
python
Asked 2 years ago
12 Aug 2021
Views 201
Amina

Amina posted

Which database is best for Python ?

Which database is best for Python ?
Phpworker

Phpworker
answered Aug 13 '21 00:00

It depends on what is nature of the project, what the size of the database will be, or possibly how much complex data structure you gonna need.
lightweight Web development can be used with MySQL or SQL
complex application or project should be used ORACLE
if project required storage of the file in database like music or media storage at database then you should try PostgreSQL

above info is from my point of view, its changes based on the nature of projects
Post Answer