citrineos-core icon indicating copy to clipboard operation
citrineos-core copied to clipboard

Feature/crud events

Open thanaParis opened this issue 9 months ago • 2 comments

Adding crud events to CrudRepository.

  • ICrudRepository > CrudRepository, interface to abstract class in order to extend EventEmitter to emit lifecycle events
  • 'created', 'updated', 'deleted' events
  • Updated repository classes to emit events
  • Changed Sequelize repository implementation names to include Sequelize
  • SequelizeRepository from abstract class to class

thanaParis avatar May 08 '24 19:05 thanaParis