SQLite Forum

Export a file in SQLiteStudio
Login

Export a file in SQLiteStudio

(1) By Misaka (Misaka123) on 2020-11-07 20:53:27 [link]

URGENT 

I have a question about the SQlite is when i am using the SQLiteStudio i want to export the file to a file extension .sqlite3 but i dont know to to do it can anyone help? 

Thx!!!

(2) By tom (younique) on 2020-11-08 10:19:37 in reply to 1 [link]

I do not understand the question. You either open a database file or create a new one - in both cases, you specify which file to use. SQLiteStudio just visualizes the file. But it is already an *.sqlite3 file.

(3) By Stephan Beal (stephan) on 2020-11-08 10:34:28 in reply to 1

> ...  i want to export the file to a file extension .sqlite3 ...

sqlite (the library) *does not care* what extension(s) your db files have. You can call them `mydb.blah` and it will work just fine. Note that SQLiteStudio is not associated with this project - for help specific to that app you'll need to contact its developers (they probably list a URL or email address in their Help==>About dialog).