This is the part 1 of the event store implementation in kazv. It imports existing events into a sqlite database.
Type: add
Differential D268
Import all current stored events into database Authored by tusooa on Mon, Jan 19, 2:13 PM. Tags None Referenced Files
Subscribers None
Details
This is the part 1 of the event store implementation in kazv. It imports existing events into a sqlite database. Type: add Verify unit tests pass. Load a session and verify you can see a database/db.sqlite3 file created. Also verify you can open it using sqlite3 binary.
Diff Detail
|