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. cubeSQL Plugin to replace SQLite
Forum Update on Monday, May 27th 2025

cubeSQL Plugin to replace SQLite

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 185 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.
  • H Offline
    H Offline
    haralds
    wrote on 10 Jan 2020, 22:41 last edited by haralds 1 Oct 2020, 22:42
    #1

    Our application is currently using SQLite. There is some demand for using a networked DB.

    We can use PostgreSQL with the associated pain of changing a bunch of SQL due to the differences. It also implies quite a bit of conditional code throughout our app.

    The other option would be to use cubeSQL, which does not require SQL code change and has the added advantage of easy installation and admin by non-technical customers.

    Has anybody created a plugin for cubeSQL? They do have an SDK on github.

    Does anybody for hire have experience in creating these kinds of DB plugins for Qt? I looked at the sources and it is not intuitively obvious to create those without a bit of time spent to come up the curve.

    -- Harald

    Harald Striepe
    CTO - Quantum Intech, Inc.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 12 Jan 2020, 10:46 last edited by mrjj 1 Dec 2020, 10:53
      #2

      Hi
      CubeSQL looks nice and judging from the SDK still follows the SQLite api
      to some degree so reusing much of the plugin code for SQLite should be possible.

      The interface is not that involving.
      https://doc.qt.io/qt-5.12/sql-driver.html#development

      However, to ensure it actually maps correctly API to API, the developer should have extensive experience with both cubeSQL and SQLite.

      I would approach Marco Bambini from sqlabs and hear if an arrangement could be found.

      1 Reply Last reply
      2

      1/2

      10 Jan 2020, 22:41

      • Login

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