Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. SQLite support on WebAssembly
Qt 6.11 is out! See what's new in the release blog

SQLite support on WebAssembly

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 2 Posters 679 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.
  • D Offline
    D Offline
    Delphi251189
    wrote on last edited by
    #1

    Not so long ago, SQLite added support for WebAssembly platform,
    and as presistent storage can be IndexedDB or OPFS ( origin private file system )
    https://sqlite.org/wasm/doc/trunk/index.md

    Also emscripten guys working (maybe not anymore) on so called WasmFS - high-performance, fully-multithreaded, WebAssembly-based file system layer for Emscripten that will replace the existing JavaScript version..
    https://emscripten.org/docs/api_reference/Filesystem-API.html#new-file-system-wasmfs

    SO, is there hope for full SQLite support in the future, as current implementation is not usable and mature enough: manipulating with in-memory databases without the possibility of permanent storage does not make much sense.

    Christian EhrlicherC 1 Reply Last reply
    0
    • D Delphi251189

      Not so long ago, SQLite added support for WebAssembly platform,
      and as presistent storage can be IndexedDB or OPFS ( origin private file system )
      https://sqlite.org/wasm/doc/trunk/index.md

      Also emscripten guys working (maybe not anymore) on so called WasmFS - high-performance, fully-multithreaded, WebAssembly-based file system layer for Emscripten that will replace the existing JavaScript version..
      https://emscripten.org/docs/api_reference/Filesystem-API.html#new-file-system-wasmfs

      SO, is there hope for full SQLite support in the future, as current implementation is not usable and mature enough: manipulating with in-memory databases without the possibility of permanent storage does not make much sense.

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Delphi251189 feel free to provide a patch for it.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0

      • Login

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