Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt database selection for Beaglebone.

Qt database selection for Beaglebone.

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 969 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    sting
    wrote on last edited by
    #1

    I have decided to have my application for the beaglebone use a database store as opposed to a flat file system. I have read about using PostGreSQL(My Favorite on a server), MySQL, or SQLite. My application is fairly simple as far as database access is concerned it is just insert and select. Is there any reason to go with something heavier then SQLite? I have read that passing around the connection doesn't work well. Can anyone make a recommendation.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Unless you plan some heavy multithreaded concurrent access to the database, I don't see any reason not to use it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved