Python Forum

Full Version: SQlite database portable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to use SQLite for my database, but how portable is it? Could I take my python script (or executable if I wrap it?) and my database to a new computer?
Quote:Could I take my python script (or executable if I wrap it?) and my database to a new computer?
Very portable, and all contained in a single file, so can easily be packaged with code.