Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QxOrm alternatives

    3rd Party Software
    2
    6
    3645
    Loading More Posts
    • 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
      mbnoimi last edited by

      Does any one know any alternative to "QxOrm":http://www.qxorm.com?

      Recently they changed their license to Proprietary license which conflicts with LGPL based software.

      PS
      I found "QsT SQL Tools":https://sourceforge.net/projects/qstsqltools/ but I'm not sure what if it offers same efficiency as QxOrm.

      1 Reply Last reply Reply Quote 0
      • M
        mbnoimi last edited by

        bump it

        1 Reply Last reply Reply Quote 0
        • S
          Skh1002 last edited by

          Hi there. What about "ODB C++":http://www.codesynthesis.com/products/odb/? I haven't really tried it (although I compiled and ran some examples), but it is on my short list of ORM components to consider. As far as I remember, it is available under GPL.

          1 Reply Last reply Reply Quote 0
          • M
            mbnoimi last edited by

            Unfortunately, ODB C++ doesn't support Qt objects. it works fine with C++ standard data types but Qt has many enhanced tricks for dealing with databases

            1 Reply Last reply Reply Quote 0
            • S
              Skh1002 last edited by

              ODB does support at least some Qt basic types (from QtCore) in "ODB Qt Profile":http://www.codesynthesis.com/products/odb/doc/manual.xhtml#22, however that may not be enough if you need a complete support.

              1 Reply Last reply Reply Quote 0
              • M
                mbnoimi last edited by

                [quote author="Skh1002" date="1369102469"]ODB does support at least some Qt basic types (from QtCore) in "ODB Qt Profile":http://www.codesynthesis.com/products/odb/doc/manual.xhtml#22, however that may not be enough if you need a complete support.[/quote]

                Actually the performance is a critical issue here, using only the basic types isn't suitable option for high performance (dealing with millions for records)

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post