I had a question and I couldn’t solve it, for example, if I make an application with pyqt5 and mongodb, and then send this application to my customer, will it not work because mongodb is not installed on his computer? How can I solve this problem?
Hi @Eiko_N_A ,
You need to either package MongoDB instance with the Installation of your application and install it before application install. Or you need yo use a remote MongoDB installation and have your application connect to it.
I recommend MongoDB Atlas and MongoDB Realm application platform.
We now have a new Data Api that python applications can interact with through an HTTPS rest interface
Thanks
Pavel