Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71805

webassembly: investigate remote database access

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • Some future release
    • None
    • QPA, SQL Support
    • None

    Description

      Many applications make use of databases such as MySQL and PostgresSQL for data storage, where the applications makes a connection to a database server over the network, most likely using a tcp socket . It is desirable that these applications can do this also when built for WebAssembly.

      Qt provides database drivers but these depend on the database client libraries. Getting this working then requires:

      • porting the client library in question to webassembly (adding a wasm platform target)
      • networking: tcp tunneling using websockify?

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sorvig Morten Sørvig
              sorvig Morten Sørvig
              Veli-Pekka Heinonen Veli-Pekka Heinonen
              Votes:
              5 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes