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

webassembly: investigate remote database access

XMLWordPrintable

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

      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?

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

            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

              Created:
              Updated:

                There are no open Gerrit changes