Page MenuHomePhorge

Import all current stored events into database
Needs ReviewPublic

Authored by tusooa on Mon, Jan 19, 2:13 PM.

Details

Reviewers
None
Group Reviewers
O1: the Kazv Project
Summary

This is the part 1 of the event store implementation in kazv. It imports existing events into a sqlite database.

Type: add

CCBUG: https://iron.lily-is.land/T165

Test Plan

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

Repository
rK kazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 522
Build 1026: Invoke BuildbotBuildbot build #992
Build 1025: arc lint + arc unit