/[sudobot]/trunk/src/client/Database.ts
ViewVC logotype

Diff of /trunk/src/client/Database.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 59 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 86 by rakin, Mon Jul 29 17:28:32 2024 UTC
# Line 14  export default class Database { Line 14  export default class Database {
14    
15          this.sequelize = new Sequelize({          this.sequelize = new Sequelize({
16              dialect: 'sqlite',              dialect: 'sqlite',
17              storage: dbpath              storage: dbpath,
18          });          });
19    
20          this.db = new DB(dbpath, (err) => {          this.db = new DB(dbpath, (err) => {

Legend:
Removed from v.59  
changed lines
  Added in v.86

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26