sequelize-simple-cache
sequelize-simple-cache copied to clipboard
A simple, transparent, client-side, in-memory cache for Sequelize
I did this in my dal layer file ` const cache = new SequelizeSimpleCache({ License: { ttl: false }, // cache for 1 day }, { debug: true, ops: 60,...
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.21.2 to 6.29.0. Release notes Sourced from sequelize's releases. v6.29.0 6.29.0 (2023-02-23) Features throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a) v6.28.2 6.28.2 (2023-02-22)...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
In my case we are using a single node (it's actually an embedded process) so other parts of the code know explicitly when models are updated. Is there a way...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because of extra folder present in 0.5.36, check moment/moment-timezone#999 0.5.36 2022.08-25 IANA TZDB 2022c...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I'm following the instructions provided and initiate the cache while defining my models: ``` // --- models/index.js --- const SequelizeSimpleCache = require(`sequelize-simple-cache`); const defineCategory = require(`./category`); const defineComment = require(`./comment`);...
there is a problem when we try to recache , it has not any tag so if i update my model it changes for everyone so other users need cache...