From 172e312f863d04348add88e56fb43f5c517db92b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 24 Jul 2015 14:53:58 -0600 Subject: [PATCH] mention verbose option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1de5d4c..ff305ce 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ You must do this: require('sqlite3-cluster').create(filename); ``` +Also, `verbose` becomes an option to pass into the create function, +rather than a function to call. Even though `verbose` is passed on +create, it still behaves globally across all databases. + 2 db.escape -----------