reSolve MySQL Event Store Adapter

JSON →
library 0.26.5 ·javascript maintenance
verified Jun 5, 2026

An adapter for the reSolve CQRS/ES framework that persists events in MySQL databases. Current stable version 0.26.5, released 2021. Works with reSolve v0.26.x (Node ≥10.9). Differentiators: automates schema initialization for event sourcing tables (events, snapshots, subscribers), supports internal and external MySQL via Knex, integrates seamlessly with reSolve's query-side projections. Requires MySQL 5.7+ and a configured reSolve application. Alternative to postgresql or sqlite adapters.