mention verbose option

This commit is contained in:
AJ ONeal 2015-07-24 14:53:58 -06:00
parent c255c950ca
commit 172e312f86
1 changed files with 4 additions and 0 deletions

View File

@ -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
-----------