Python supports multiple databases
But i want a database for desktop application which could be included in setup of python py2exe
When application pakage is moved then its database also wants to move
example its possible with textfile but i want a database which stores data in table format.
suggest ideas,databases relevance...
As Martijn commented, there is the battery included sqlite3 module in python which you can use to create and handle file-based sqlite database.
Alternatively you can use third party products like firebird, which you can embed also in you application.
And if you just only want to store a small number of informations, you can use for example python´s pickle module or you write/read simple ini-files with the ConfigParser.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With