Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SQlite database portable?
#1
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?
Reply
#2
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  wrong entries in sqlite database and tkinter epsilondatum 2 368 Apr-23-2024, 04:48 PM
Last Post: epsilondatum
  how to use variables when open a sqlite database? 53535 1 1,222 Apr-07-2022, 08:33 AM
Last Post: ndc85430
  Setup Portable Python on Windows for script starts with double clicks? pstein 0 1,831 Feb-18-2022, 01:29 PM
Last Post: pstein
  Query in sqlite database frewil 2 1,563 Feb-06-2022, 05:35 PM
Last Post: frewil
  Portable installation of Python possible? pstein 2 3,111 Nov-15-2020, 12:14 PM
Last Post: snippsat
  where to get portable Python for Linux (Fedora)? python001 5 6,353 Nov-01-2020, 05:23 PM
Last Post: Larz60+
  Importing data from a text file into an SQLite database with Python macieju1974 7 4,180 Jun-29-2020, 08:51 PM
Last Post: buran
  portable way to get current directory Skaperen 5 3,223 Jun-12-2019, 01:16 PM
Last Post: Skaperen
  Compile python project to single portable .exe file Campbell 5 10,727 Dec-05-2017, 01:20 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020