sql.js-httpvfs | Hosting read-only SQLite databases on static file hosters like Github Pages

 by   phiresky TypeScript Version: 0.8.12 License: Apache-2.0

kandi X-RAY | sql.js-httpvfs Summary

kandi X-RAY | sql.js-httpvfs Summary

sql.js-httpvfs is a TypeScript library. sql.js-httpvfs has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

See my blog post for an introduction: sql.js is a light wrapper around SQLite compiled with EMScripten for use in the browser (client-side). This repo is a fork of and wrapper around sql.js to provide a read-only HTTP-Range-request based virtual file system for SQLite. It allows hosting an SQLite database on a static file hoster and querying that database from the browser without fully downloading it. The virtual file system is an emscripten filesystem with some "smart" logic to accelerate fetching with virtual read heads that speed up when sequential data is fetched. It could also be useful to other applications, the code is in lazyFile.ts. It might also be useful to implement this lazy fetching as an SQLite VFS since then SQLite could be compiled with e.g. WASI SDK without relying on all the emscripten OS emulation. Note that this whole thing only works well if your database and indexes are structured well. sql.js-httpvfs also provides a proof-of-concept level implementation of a DOM virtual table that allows interacting (read/write) with the browser DOM directly from within SQLite queries.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              sql.js-httpvfs has a medium active ecosystem.
              It has 3065 star(s) with 94 fork(s). There are 32 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 13 open issues and 27 have been closed. On average issues are closed in 23 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of sql.js-httpvfs is 0.8.12

            kandi-Quality Quality

              sql.js-httpvfs has 0 bugs and 0 code smells.

            kandi-Security Security

              sql.js-httpvfs has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              sql.js-httpvfs code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              sql.js-httpvfs is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              sql.js-httpvfs releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              It has 372 lines of code, 0 functions and 47 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sql.js-httpvfs
            Get all kandi verified functions for this library.

            sql.js-httpvfs Key Features

            No Key Features are available at this moment for sql.js-httpvfs.

            sql.js-httpvfs Examples and Code Snippets

            No Code Snippets are available at this moment for sql.js-httpvfs.

            Community Discussions

            No Community Discussions are available at this moment for sql.js-httpvfs.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install sql.js-httpvfs

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i sql.js-httpvfs

          • CLONE
          • HTTPS

            https://github.com/phiresky/sql.js-httpvfs.git

          • CLI

            gh repo clone phiresky/sql.js-httpvfs

          • sshUrl

            git@github.com:phiresky/sql.js-httpvfs.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular TypeScript Libraries

            developer-roadmap

            by kamranahmedse

            vscode

            by microsoft

            angular

            by angular

            TypeScript

            by microsoft

            ant-design

            by ant-design

            Try Top Libraries by phiresky

            ripgrep-all

            by phireskyRust

            sqlite-zstd

            by phireskyRust

            blog

            by phireskyTypeScript

            nmap-log-parse

            by phireskyTypeScript

            pandoc-url2cite

            by phireskyTypeScript