Skip to content

Commit

Permalink
Add cache documentation comment in database.ts for sequelize-transpar…
Browse files Browse the repository at this point in the history
…ent-cache
  • Loading branch information
austenstone committed Nov 27, 2024
1 parent 570a939 commit 46254e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import { Team } from './models/teams.model.js';
import { MetricDaily } from './models/metrics.model.js';
import { Survey } from './models/survey.model.js';

// CACHE
// https://github.com/sequelize-transparent-cache/sequelize-transparent-cache?tab=readme-ov-file

class Database {
sequelize?: Sequelize;
options: Options = {
Expand Down Expand Up @@ -115,4 +118,4 @@ class Database {

}

export default Database;
export default Database;

0 comments on commit 46254e8

Please sign in to comment.