We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbf076 commit a98feb5Copy full SHA for a98feb5
1 file changed
README.md
@@ -65,8 +65,6 @@ Promise.resolve()
65
If you want to enable the (database object cache)[https://github.com/mapbox/node-sqlite3/wiki/Caching]
66
67
```
68
-import sqlite from 'sqlite3';
69
-
70
db.open('./database.sqlite', { cached: true }))
71
72
0 commit comments