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 Updated to NodeBB v4.3 + New Features

cubeSQL Plugin to replace SQLite

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 191 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.
  • H Offline
    H Offline
    haralds
    wrote on last edited by haralds
    #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
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #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

      • Login

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