• catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 months ago

    Oof. I hope you’re locking the file when one client opens it, then, else you’re going to have people inadvertently wrecking their data.

    The project page says you’re using sqlite, though, which should already support multiple clients. Are you just completely rewriting the database instead of using transactional updates?

    • tengkuizdihar@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      This app is never intended to be used by multiple people. The way i sync right now is using a manual upload/download. The .note file is sqlite, but you should treat it as a note file for a single person.