mrawdon / sqlite3-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C 99.6%Language:JavaScript 0.4%