File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
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+
510### [ v2.6.0]
611> 2017-04-30
712
@@ -64,7 +69,8 @@ All notable changes to this project will be documented in this file.
6469- Built the project with Babel and Rollup for Node.js v3-5, Node.js v6, Node.js vNext
6570 (Harmony Modules)
6671
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
6874[ v2.6.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.5.0...v2.6.0
6975[ v2.5.0 ] : https://github.com/kriasoft/node-sqlite/compare/v2.4.0...v2.5.0
7076[ 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()
6262
6363### Cached DB Driver
6464
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 )
6666
6767```
6868db.open('./database.sqlite', { cached: true }))
You can’t perform that action at this time.
0 commit comments