File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ### [ v2.7.0]
6
+ > 2017-05-01
7
+
8
+ - Added support to use the [ database object cache] ( https://github.com/mapbox/node-sqlite3/wiki/Caching ) as an option (see readme)
9
+
5
10
### [ v2.6.0]
6
11
> 2017-04-30
7
12
@@ -64,7 +69,8 @@ All notable changes to this project will be documented in this file.
64
69
- Built the project with Babel and Rollup for Node.js v3-5, Node.js v6, Node.js vNext
65
70
(Harmony Modules)
66
71
67
- [ unreleased ] : https://github.com/kriasoft/node-sqlite/compare/v2.6.0...HEAD
72
+ [ unreleased ] : https://github.com/kriasoft/node-sqlite/compare/v2.7.0...HEAD
73
+ [ v2.7.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.6.0...v2.7.0
68
74
[ v2.6.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.5.0...v2.6.0
69
75
[ v2.5.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.4.0...v2.5.0
70
76
[ v2.4.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.3.0...v2.4.0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Promise.resolve()
62
62
63
63
### Cached DB Driver
64
64
65
- If you want to enable the ( database object cache) [ https://github.com/mapbox/node-sqlite3/wiki/Caching ]
65
+ If you want to enable the [ database object cache] ( https://github.com/mapbox/node-sqlite3/wiki/Caching )
66
66
67
67
```
68
68
db.open('./database.sqlite', { cached: true }))
You can’t perform that action at this time.
0 commit comments