Django | How to install Django | Django documentat…
If you plan to use Django’s database API functionality, you’ll need to make sure a database server is running. Django supports many different database servers and is officially supported with PostgreSQL, MySQL, Oracle and SQLite (although SQLite doesn’t require a separate server to be running).
In addition to the officially supported databases, there are backends provided [...]
