Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mlin/sqlite_web_vfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: degulabs/sqlite_web_vfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 21, 2023

  1. devops: use pkgconfig to resolve dependencies

    This way `sqlite` and `libmicrohttpd` could be effortlessly
    installed on macos via Homebrew, and the compilation will just work.
    
    NOTE: there's also a local `sqlite` installation on MacOS; to
    disambiguate with it, use `PKG_CONFIG_PATH`:
    
    ```bash
    export PKG_CONFIG_PATH=/opt/homebrew/Cellar/sqlite/3.44.0/lib/pkgconfig/
    ```
    aslushnikov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0832500 View commit details
    Browse the repository at this point in the history
  2. chore: publish as an NPM package

    The build script will build package when installed.
    aslushnikov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    be5715f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f7f2ea View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. chore: fix types

    aslushnikov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    428ae0f View commit details
    Browse the repository at this point in the history
Loading