/sqlite3-extension

Primary LanguageCMIT LicenseMIT

Builds any sqlite extensions in the src directory

Build existing sqlite extensions

  1. Run npm install
  2. Look in ./build you'll see the .node file for any extension you built

Add a new extension

  1. Put it in the src directory
  2. Follow the build instructions