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.


    Data persistence?

    Pythonista
    2
    3
    1784
    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.
    • chriscioffi
      chriscioffi last edited by

      I’m doing a little research before starting my next project. The big thing I’m not sure how to do with Pythonista is data persistence.

      My requirements:

      • can be created with just Pythonista
      • Data stored on iCloud or backed up as part of normal backup
      • Ability to easily restore/transfer data to new devices
      • Sync is a bonus, but not a requirement

      This project is as much about learning as it is about have the completed project.

      The amount of data to store is fairly trivial. Scalability is a non-issue.

      mikael 1 Reply Last reply Reply Quote 0
      • mikael
        mikael @chriscioffi last edited by

        @chriscioffi, check this post for the iCloud folder. If this only needs to work on one device, you can just save data as files there.

        For multiple devices all using your Apple ID, you can use ReminderStore for transparent, cross-device syncing persistence.

        chriscioffi 1 Reply Last reply Reply Quote 0
        • chriscioffi
          chriscioffi @mikael last edited by

          @mikael thanks for the links!

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