omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Exporting .db file(s)...

    Pythonista
    3
    4
    2130
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • erickcfi
      erickcfi last edited by

      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

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        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.
        1 Reply Last reply Reply Quote 0
        • erickcfi
          erickcfi last edited by

          Hey thanks JonB!

          1 Reply Last reply Reply Quote 0
          • Phuket2
            Phuket2 last edited by

            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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors