I just created a Django project and would like to use Firebase instead of sqlite as a database. I searched in several places but could not find anywhere how to do the integration. Could someone help me?
I just created a Django project and would like to use Firebase instead of sqlite as a database. I searched in several places but could not find anywhere how to do the integration. Could someone help me?
According to the Django documentation in the databases part which can be read in the following link link :
Native databases are;
And those supported by third parties are;