brownman / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better-sqlite3 build status

Use

Q: how to use better-sqlite3 version v7.4.3 with dbstat enabled in your project:

  1. follow this Demo's instructions

Create

Q: how to create a packed version with the latest better-sqlite3 version which has dbstat enabled ?

  1. fork the latest better-sqlite3 package and update the source-code to include the SQLITE_ENABLE_DBSTAT_VTAB flag (as done in this repo)

  2. prepare a packed package

About

The fastest and simplest library for SQLite3 in Node.js.

License:MIT License


Languages

Language:C++ 54.6%Language:JavaScript 45.3%Language:Python 0.1%Language:Shell 0.0%