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. ActiveRecord in Qt
Qt 6.11 is out! See what's new in the release blog

ActiveRecord in Qt

Scheduled Pinned Locked Moved General and Desktop
25 Posts 6 Posters 19.0k 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.
  • B Offline
    B Offline
    blex
    wrote on last edited by
    #8

    [quote author="Denis Kormalev" date="1291220985"]Heard about couple of qt projects that provides orm functionality. I will find them and post back[/quote]

    http://opensource.bolloretelecom.eu/projects/qdjango/

    But I do not know anything about it's quality.


    Oleksiy Balabay

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #9

      blex, at the September QDjango had too little features. But all other ORMs are also not fully-featured. AFAIK QxOrm is the most featured library now.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        blex
        wrote on last edited by
        #10

        [quote author="Denis Kormalev" date="1291285604"]blex, at the September QDjango had too little features. But all other ORMs are also not fully-featured. AFAIK QxOrm is the most featured library now.[/quote]

        Thank you for information.

        But my opinion is that C++ is not a good choice for ORM. ORM lives better in Java and Net :)


        Oleksiy Balabay

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #11

          [quote author="blex" date="1291285797"]
          But my opinion is that C++ is not a good choice for ORM. ORM lives better in Java and Net :) [/quote]

          IMHO, you don't choose a language just for building an ORM. You use an ORM as part of your application for which you have chosen a language. If you choose Qt, then you have already chosen C++ in most cases.

          Back to the issue in question: an ORM for Qt.
          Dennis: what specific issues was QsT SQL Tools designed to avoid?

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DenisKormalev
            wrote on last edited by
            #12

            Andre, I didn't use it, but I've read QsT maintaners article about it. He said that it was designed to make library users live easier. Also he said that it is not an ORM in common, it is something that is near to ORM. There are some problems witch caching, relations support (QxOrm will be the best in this case), full sql support.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #13

              I just downloaded it, and I immediately noticed one massive drawback for me. All documentation is in Russian. That makes it impossible for me to work with it, I fear. Pitty.

              1 Reply Last reply
              0
              • D Offline
                D Offline
                DenisKormalev
                wrote on last edited by
                #14

                Andre, oops, didn't know it. If you want I can ask maintainer to write english docs.

                1 Reply Last reply
                0
                • I Offline
                  I Offline
                  ivan.todorovich
                  wrote on last edited by
                  #15

                  [quote author="Andre" date="1291288904"]I just downloaded it, and I immediately noticed one massive drawback for me. All documentation is in Russian. That makes it impossible for me to work with it, I fear. Pitty. [/quote]
                  Same :(

                  BUT, QDjango looks really good. At least for my needs right now.. I will check it out later. Thanks

                  o_o Sorry for my rusted english.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    andre
                    wrote on last edited by
                    #16

                    [quote author="Denis Kormalev" date="1291291416"]Andre, oops, didn't know it. If you want I can ask maintainer to write english docs.[/quote]
                    Please do. In the meantime, I created a ticket for it on sourceforge with the same request as well. Even the in-code stuff is in Russian, though the method and class names are in English.

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      DenisKormalev
                      wrote on last edited by
                      #17

                      Andre, done. Will update you when he will answer me.

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        DenisKormalev
                        wrote on last edited by
                        #18

                        Andre, maintaner answered that he translation is in progress now. Full translation will be in approx 3 months (with 0.5 version of QsT).

                        Here:
                        @http://sourceforge.net/projects/qstsqltools/files/QST 0.5/doc_english_partial QST 0.5.6.zip/download@
                        you can download partial translation of docs.

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          graninas
                          wrote on last edited by
                          #19

                          Good day to all!

                          Andre, documentation of the QsT SQL Tools is fully translated to English. If you are still interested, you can get it "here":https://sourceforge.net/projects/qstsqltools/files/QST 0.5/QST 0.5.9.4 beta/ with the sources.

                          With best regards.

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            andre
                            wrote on last edited by
                            #20

                            Great! Thank you for the follow-up. I am always interested in looking into interesting libraries like this.

                            1 Reply Last reply
                            0
                            • G Offline
                              G Offline
                              graninas
                              wrote on last edited by
                              #21

                              And thank you too. I am always interested in people who interested in my library. :)

                              1 Reply Last reply
                              0
                              • A Offline
                                A Offline
                                andre
                                wrote on last edited by
                                #22

                                I am looking into QsT, but I find it hard to find a point to start in the documentation. Is there something like a basic tutorial outlining the most important features of QsT?

                                1 Reply Last reply
                                0
                                • G Offline
                                  G Offline
                                  graninas
                                  wrote on last edited by
                                  #23

                                  Unfortunately there are no tutorial as such. But there are some example projects, QTelecom (http://sourceforge.net/projects/qstsqltools/files/QST 0.5/QTelecom 0.1 Special example/), TradeDB (for QST 0.4, http://sourceforge.net/projects/qstsqltools/files/TradeDB 0.4 example/), the simplest DB application "SQLiteExample" in the package of the library. QTelecom is project where many of QST functions were realized, it may be useful. And now I will try to develop some tutorial for you.

                                  1 Reply Last reply
                                  0
                                  • A Offline
                                    A Offline
                                    andre
                                    wrote on last edited by
                                    #24

                                    Please don't develop a tutorial just for me. Develop one if you think that is useful, I'm sure I can figure it out based on the sample applications you link. Thanks!

                                    1 Reply Last reply
                                    0
                                    • G Offline
                                      G Offline
                                      graninas
                                      wrote on last edited by
                                      #25

                                      Ok.

                                      As some help: main features are described in these classes:

                                      • QstAbstractModelHandler (main class of the library)
                                      • QstBatch
                                      • QstField
                                      • QstDefaultItemNameExtractor
                                      • Filter
                                      • FiltersManager
                                      • QstComplete

                                      And I will answer all your questions. :)

                                      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