Forum Archive

Exporting .db file(s)...

erickcfi

I'm just curious if anyone has a solution for exporting .db files from pythonista and if they wouldn't mind sharing.

Thanks in advance...

Erick

JonB

if by exporting, you mean getting it to another computer, there are probably dozens of generic "sync" type scripts using various mechanisms.

A short list:

  • dropboxsync (there are several called similar names, search forums, or google)
  • PythonistaFTP
  • stash (using git or ssh)
  • [gitview] (https://github.com/jsbain/gitview.git)
  • several tools [here] (https://github.com/Pythonista-Tools/Pythonista-Tools/blob/master/Utilities.md) such as mail-me-mah-code, or one of the samba clients.
erickcfi

Hey thanks JonB!

Phuket2

This is maybe not exactly what you are looking for, but I have used console.open_in(file_path), to open .db files in the SQLite Mgr app before. Can be convenient