No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Database Options

    Help
    3
    5
    1169
    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.
    • C
      cynderkromi last edited by

      I am planning to write a Quasar/Vue/Electron desktop app for secretaries for dog sports. This will need to have a lot of data, so will need a database. I currently have one written in FileMaker, but FileMaker has so many quirks and limitations that I want to change the entire application.

      My question is, since I need a lot of well-organized data, would it be okay to use localbase/IndexedDB, or should I plan on using SQLite instead?

      There is a good localbase/indexedDB tutorial, but I haven’t seen a good tutorial on using SQLite. I’m brand new to Quasar so need all the tutorials I can get. I do like the easy syntax of localbase, though. But as data intensive as my application will be, I don’t know if that will meet my needs.

      I appreciate input, thanks!

      N 1 Reply Last reply Reply Quote 0
      • N
        nededa @cynderkromi last edited by

        @cynderkromi what kind of data are you planning to store? Why not store it on separate server? Like firebase or host your own with hasura etc.?

        C 1 Reply Last reply Reply Quote 0
        • C
          cynderkromi @nededa last edited by cynderkromi

          @nededa This has to be an offline, desktop only application. So I need something offline only. I’ll do it with Electron. It will hold a LOT of data. Dog names and information, people names and information, trial entry information, fees, etc.

          beets 1 Reply Last reply Reply Quote 0
          • beets
            beets @cynderkromi last edited by

            @cynderkromi I’ve used SQLite with Quasar, but there also were not many tutorials. The biggest difference between that and indexedDb is that you’ll have to connect to sqlite on the electron main process, and pass messages between the render and electron process. Also one tip is that you’ll need https://github.com/electron/electron-rebuild since the version of node electron uses will usually not match your system node version.

            C 1 Reply Last reply Reply Quote 0
            • C
              cynderkromi @beets last edited by

              @beets Okay thanks! Good to know. I am still examining my options of maybe using indexedDB but I will have a ton-load of data.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post