potiuk commented on a change in pull request #11109:
URL: https://github.com/apache/airflow/pull/11109#discussion_r493869003
##########
File path: docs/howto/initialize-database.rst
##########
@@ -23,9 +23,8 @@ Initializing a Database Backend
If you want to take a real test drive of Airflow, you should consider
setting up a real database backend and switching to the LocalExecutor.
-As Airflow was built to interact with its metadata using the great SqlAlchemy
-library, you should be able to use any database backend supported as a
-SqlAlchemy backend. We recommend using **MySQL** or **Postgres**.
+Airflow was built to interact with its metadata using SqlAlchemy
+with **MySQL** and **Postgres** as supported backends.
Review comment:
Well. There are anecdotal evidences of people using SQLite and
sequential executor in production :).
And you know @XD-DENG, And if you look closely, SQLite is one of the very
few "True Serverless" databases https://sqlite.org/serverless.html , so in the
"Serverless" hype maybe everyone should switch to it ;)
But on a more serious note - yeah. I think adding a note is a good idea :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]