Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. For large Qt desktop projects, how is the database generally used in combination?
Forum Updated to NodeBB v4.3 + New Features

For large Qt desktop projects, how is the database generally used in combination?

Scheduled Pinned Locked Moved Solved Qt for Python
qt for python
2 Posts 2 Posters 236 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.
  • M Offline
    M Offline
    markleo
    wrote on last edited by
    #1

    For large Qt desktop projects, which databases are generally used?
    ‘
    Since large databases such as MySQL and PostgreSQL need to be installed on a PC, are they generally used in combination with these databases?
    Or is it sufficient to use SQLite (without having to install a database server on the PC)?

    jsulmJ 1 Reply Last reply
    0
    • M markleo

      For large Qt desktop projects, which databases are generally used?
      ‘
      Since large databases such as MySQL and PostgreSQL need to be installed on a PC, are they generally used in combination with these databases?
      Or is it sufficient to use SQLite (without having to install a database server on the PC)?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @markleo said in For large Qt desktop projects, how is the database generally used in combination?:

      Since large databases such as MySQL and PostgreSQL need to be installed on a PC

      Those are typically installed on a server and clients access that server. It would be unusual to install such SQL servers on users machines.

      Whether SQLite is sufficient or not really depends on your needs. It is, for example, not designed to be accessed in parallel by several applications at the same time. So, what are your requirements? Are your clients going to access same databases? If so, you should consider client/server architecture using MySQL/PostgreSQL.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      4
      • M markleo has marked this topic as solved on

      • Login

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