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: WiseLibs/better-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.12.0
Choose a base ref
...
head repository: WiseLibs/better-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.0
Choose a head ref
  • 9 commits
  • 51 files changed
  • 4 contributors

Commits on Jul 21, 2026

  1. Refactored codebase to use node-addon-api (#1498)

    * refactored codebase to use node-addon-api and publish with prebuilt binaries
    
    * upgraded to sqlite 3.53.3
    
    * fixed typo
    
    * fixed test for windows
    
    * mitigated performace regression from NAPI refactor
    
    * mitigated performace regression from NAPI refactor
    
    * mitigated performace regression from NAPI refactor
    
    * mitigated performace regression from NAPI refactor
    
    * fixed performance regression to surpass node:sqlite
    
    * improved array optimization for large arrays
    
    * further improved performance
    
    * removed dead code
    JoshuaWise authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    84245d3 View commit details
    Browse the repository at this point in the history
  2. Fix SqliteError cross-realm and Error.isError compatibility (#1473)

    * Refactor SqliteError to use class syntax
    
    * Rewrite `SqliteError` as an ES6 `class extends Error`. Fixes #1472
    dennismutuku2005 authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    56290b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ffd750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af60f6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb18ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49fd7e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57d4bbb View commit details
    Browse the repository at this point in the history
  8. fixed typos

    JoshuaWise committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    ae19080 View commit details
    Browse the repository at this point in the history
  9. 13.0.0

    JoshuaWise committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    ecfe2f7 View commit details
    Browse the repository at this point in the history
Loading