Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Choosing appropriate database
Qt 6.11 is out! See what's new in the release blog

Choosing appropriate database

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 946 Views 3 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.
  • I Offline
    I Offline
    isan
    wrote on last edited by
    #1

    I have a database that is located on a pc and different qt programs which run on the different pc should use this database. I wanted to use sqlite but I figured out sqlite is not appropriate for this purpose. I'm wondering which database is appropriate to do this project? I would be grateful if you could guide me with a similar project or a solution.

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      Which are the your preferred databases?
      I love PostgreSQL because I can make a custom installer but there are a lot of very great databases.

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 Reply Last reply
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi
        Addining to @mrdebug , there are many to choose from

        https://www.quora.com/Whats-the-best-free-alternative-to-Microsoft-SQL-Server-or-Oracle-Database-in-2015

        PostgreSQL is very mature and solid RDBMS and it seems also be good for beginners so what is not to like. :)

        1 Reply Last reply
        0
        • A Offline
          A Offline
          ambershark
          wrote on last edited by
          #4

          PostgreSQL is definitely good. As is Mysql and mariadb. Mysql has always been my favorite at least for larger databases that things like SQL Server would have handled.

          For smaller scale stuff I usually use sqlite or postgres because of the easy of installing and using them.

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

          1 Reply Last reply
          1

          • Login

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