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. Database Application Framework
QtWS25 Last Chance

Database Application Framework

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.7k Views
  • 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.
  • O Offline
    O Offline
    opqt7
    wrote on last edited by
    #1

    Dear all,

    I am looking for a database application framework for Qt. Since database application share common requirements including adding new records, editing, deleting, navigation, searching, printing and help (...), it would be great to have a class library or framework which provides these functions in a generic way. Is there anybody who has written a database application and is willing to share his codes and experience? Are there any 3rd party tools, commercial or not, which provide this kind of functionality?

    I am a newbie to Qt and do not know the market very well, but in the programming worlds I know it is quite common to find such tools 'out of the box', and it could probably save me a lot of time if such framework or class library would already exist. Alternatively I would be interested in sample database applications which can be used as a blueprint for my application.

    Any help or hints in this direction would be greatly appreciated,

    TIA

    OP

    1 Reply Last reply
    0
    • S Offline
      S Offline
      soroush
      wrote on last edited by
      #2

      I've my own set of database development codes in a library that i wrote for common tasks. It consist most common things like backup/restore, wizards to create databases, connection dialogs, etc. I use this tools almost in every data-oriented project. The database system follows a singleton pattern and it's integrated with other tools like access control list, authentication provider, cryptography, etc.

      I believe every Qt programmer has his/her own implementation of common tasks. It may not be a well-packed generic library, maybe a code collection or something like that.

      َUpdate: You may not need such a library for doing things in Qt. If you're new to Qt, try using features provided by the framework. That should be enough for developing 90% of data-oriented applications.

      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