Induk: [Kesalahan: SQLite_Readonly: Coba tulis database readonly] {

//add chown www-data before the database path
const sequelize = new Sequelize({
  dialect: 'sqlite',
  storage: ' chown www-data ./dev-module/database/database.sqlite',
   // sync after each association (see below). If set to false, you need to sync manually after setting all associations. Default: true
   syncOnAssociation: true,

});
AlbusDD