@signalapp/better-sqlite3
Advanced tools
Comparing version
@@ -117,2 +117,3 @@ // Type definitions for better-sqlite3 7.6 | ||
nativeBinding?: string | undefined; | ||
tokenizer?: (value: string) => ReadonlyArray<string | number>; | ||
} | ||
@@ -119,0 +120,0 @@ |
@@ -36,2 +36,3 @@ 'use strict'; | ||
const verbose = 'verbose' in options ? options.verbose : null; | ||
const tokenizer = 'tokenizer' in options ? options.tokenizer : null; | ||
const nativeBindingPath = 'nativeBinding' in options ? options.nativeBinding : null; | ||
@@ -65,3 +66,3 @@ | ||
Object.defineProperties(this, { | ||
[util.cppdb]: { value: new addon.Database(filename, filenameGiven, anonymous, readonly, fileMustExist, timeout, verbose || null, buffer || null) }, | ||
[util.cppdb]: { value: new addon.Database(filename, filenameGiven, anonymous, readonly, fileMustExist, timeout, verbose || null, buffer || null, tokenizer || noop) }, | ||
...wrappers.getters, | ||
@@ -78,2 +79,4 @@ }); | ||
function noop() {} | ||
const wrappers = require('./methods/wrappers'); | ||
@@ -80,0 +83,0 @@ Database.prototype.prepare = wrappers.prepare; |
{ | ||
"name": "@signalapp/better-sqlite3", | ||
"version": "8.1.1", | ||
"version": "8.2.0-rc.1", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
234845
2.45%776
0.39%1
Infinity%