From 4cbcdb8157610e8bbaec9256a8ee3a2dc24800da Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Wed, 19 Jan 2022 20:23:41 +0530 Subject: [PATCH] Update api documentation --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index ab27a0ae..e9454e13 100644 --- a/docs/api.md +++ b/docs/api.md @@ -37,7 +37,7 @@ Various options are accepted: - `options.verbose`: provide a function that gets called with every SQL string executed by the database connection (default: `null`). -- `options.nativeBinding`: if you're using a complicated build system that moves, transforms, or concatenates your JS files, `better-sqlite3` might have trouble locating its native C++ addon, `better_sqlite3.node`. If you get an error that looks like [this](https://github.com/JoshuaWise/better-sqlite3/issues/146#issue-337752663), you can solve it by using this option to provide the file path of `better_sqlite3.node` (relative to the current working directory). +- `options.nativeBinding`: if you're using a complicated build system that moves, transforms, or concatenates your JS files, `better-sqlite3-multiple-ciphers` might have trouble locating its native C++ addon, `better_sqlite3.node`. If you get an error that looks like [this](https://github.com/JoshuaWise/better-sqlite3/issues/146#issue-337752663), you can solve it by using this option to provide the file path of `better_sqlite3.node` (relative to the current working directory). ```js const Database = require('better-sqlite3-multiple-ciphers');