19 Respuestas
+ 5
I will suggest MySQL
+ 3
I don't really understand your question
+ 2
What is the best database for python
+ 2
Yes it can
+ 1
If you need a lightweight and self-contained database for local storage, SQLite is a good 👍
+ 1
Exactly
+ 1
Django is the best, it has implimentations for all sql forms and is supper easy to use if you have mastered python basics
+ 1
PostgreSQL is perfect in Django projects
0
Can I use it for web applications?
0
Thanks
0
Your welcome
0
I think the best db is postgres, the most common is mysql (but I think now the reference is mariadb) and the most suitable for small projects is sqllite
0
MySQL is a best to work with Python
0
Django is a db?
0
sqlite5 module
0
You can also use PostGreSQL. There is an example at W3Schools how to configure that in Django.
0
MySQL is appropriate for python
0
Amir Zamani For Python, SQLite is often considered the most appropriate database for small to medium-sized projects due to its simplicity and easy integration with Python. However, for larger projects or ones that require more advanced features, PostgreSQL and MySQL are popular choices.
Yes, it is absolutely possible to use databases other than MySQL with Django framework. Django supports multiple databases through its database abstraction layer. You can configure Django to work with databases like PostgreSQL, Oracle, SQLite, and others by changing the settings in your Django project's configuration file. This flexibility allows you to choose the most suitable database for your specific project needs.
0
Hi Amir
I'm working with Postgresql
and
I recommend it!