It's absurdly overkill if you're just doing CRUD, but if the DB uses some crazy schema that doesn't match the usage it keeps you sane.
One such project I worked in had a primitive form of event sourcing built in. Everything was logged and could be replayed. It was kinda neat.
It's absurdly overkill if you're just doing CRUD, but if the DB uses some crazy schema that doesn't match the usage it keeps you sane.
One such project I worked in had a primitive form of event sourcing built in. Everything was logged and could be replayed. It was kinda neat.