From e262ad5700f8f9e80b99fb5bf13946e8fcd6ccfe Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Sat, 12 Mar 2022 16:10:44 -0500 Subject: [PATCH] Add note about node-sqlite3 & node.js v14 max --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce4e2115..c4841725 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ Or it can run using SQLite rather than LevelDB: pouchdb-server --sqlite +**NOTE:** The underlying [`node-sqlite3`](https://github.com/mapbox/node-sqlite3#supported-platforms) +currently only supports up to Node.js v14. + ### Full options Most PouchDB Server options are available via the command line: