ThreeDotsLabs / esja

Event Sourcing library in Go.
MIT License
19 stars 4 forks source link

Add SQLite adapter #8

Closed krzysztofreczek closed 1 year ago

krzysztofreczek commented 1 year ago

This one adds a simple schemaAdapter implementation for SQLite. I moved common implementation parts as defaults into a separate file.

The solution is tested against a temporary database file with example-based tests.