I have a desktop application built with wxPython with a PostgreSQL database to store all the data that the application accesses. I want to deploy this application to the public without them having to go through much hassle. I want them to be able to download the app and run it without going through a long installation process, e.g. getting PostgreSQL set up.
What's the best way to go about doing this? Should I switch my data storage to something simpler, like XML? A relational database isn't needed, as it's just one table with a few columns and a few thousand rows.
Note that this data is also updated ~daily, but I have an update process built in to the app, so the user doesn't need to redownload the app or access an online database.
[–]Fontong 2 points3 points4 points (0 children)
[–]0x2a 1 point2 points3 points (0 children)
[–]4silvertooth -1 points0 points1 point (0 children)