Feb-18-2022, 02:30 PM
Thanks for the resources above.
To test my understanding; if i am creating a one-folder bundle and use either --add--data or datas (script) to bundle the existing DataBase, my insert/delete/update's will not commit changes?
So-if true, if i create the one-folder bundle without the DB; can i copy and paste the DB into this folder after PyInstaller creates it? Will the compiled App find the DB like it is doing now-in same folder? If so, i can share it to get some early feedback.
If not, sounds like i might as well code it into my App to create the DB and tables the first time the App is ran?
Is the latter the typical way it is handled?
To test my understanding; if i am creating a one-folder bundle and use either --add--data or datas (script) to bundle the existing DataBase, my insert/delete/update's will not commit changes?
So-if true, if i create the one-folder bundle without the DB; can i copy and paste the DB into this folder after PyInstaller creates it? Will the compiled App find the DB like it is doing now-in same folder? If so, i can share it to get some early feedback.
If not, sounds like i might as well code it into my App to create the DB and tables the first time the App is ran?
Is the latter the typical way it is handled?