Any Microsoft Dataverse database backend for Django?

103 Views Asked by At

I'd like to write a frontend for my Microsoft Dataverse database backend so as to manage Dataverse data easily. Django comes with an easy-to-configure admin which suits my needs fine. I would like to know if there has been any third-party backends for Dataverse already, or I just need to implement the backend by myself because few people care about using Dataverse as the backend for their Django Applications. Craving for your insights!

1

There are 1 best solutions below

3
On

Django officially supports the following databases: PostgreSQL, MariaDB, MySQL, Oracle, SQLite, also works with sqlserver and mongodb but they are not officially supported.

Django official documentation

I personally don't know about dataverse. I found this and it seems possible:

pyDataverse

But know that if you have problems and are looking for solutions I don't think there is a sufficient community. my advice is to choose another database,possibly open source, so you're in the right mood, if you want to use python and its django framework. Last but not least, check what you can do in production with Dataverse.