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.


    export a sqlite database

    Pythonista
    3
    4
    2921
    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.
    • EliDU198
      EliDU198 last edited by

      How can I export a sqlite3 database? I have created a db and it would be nice to export it to use it on other devices. Thanks for your help :-)

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

        No idea how I can save the database file from the ipad to the mac?

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

          There are lots of possibilities, but due to Apple's restrictions on programming apps, none of them are directly built-in. Here are two suggestions:

          1. Modify the file transfer script in <a href="http://omz-software.com/pythonista/forums/discussion/6/a-simple-http-server#Item_1">this thread</a> to not only show Python files (basically, just remove line 56).

          2. Get the Mac app <a href="http://www.ecamm.com/mac/phoneview/">PhoneView</a>. It's an easy way to get files out of pretty much any app.

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

            I use <a href="www.i-funbox.com">iFunBox</a>.

            (OT: Looks like neither BBedit or Markdown format works in the forum. Is that right?)

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