A walkthrough of implementing a DCB (Dynamic Consistency Boundary)-compliant Event Store using SQLite with just a four-column table and a conditional INSERT. The approach maps each DCB specification requirement to a SQL construct: event type and tag filtering via JSON_EXTRACT, sequence positions via AUTOINCREMENT, and

10m read timeFrom maximegosselin.com
Post cover image
Table of contents
The READ Requirements #The WRITE Requirements #Conclusion #Appendix: A Note on MariaDB, MySQL, and PostgreSQL #

Sort: