Page MenuHomePhorge

Import all current stored events into database
ClosedPublic

Authored by tusooa on Jan 19 2026, 2:13 PM.
Tags
None
Referenced Files
F85696979: D268.1789330908.diff
Sat, Sep 12, 1:21 PM
F85696859: D268.1789328585.diff
Sat, Sep 12, 12:43 PM
F85694476: D268.1789292688.diff
Sat, Sep 12, 2:44 AM
F85692411: D268.1789268741.diff
Fri, Sep 11, 8:05 PM
F85692347: D268.1789267099.diff
Fri, Sep 11, 7:38 PM
Subscribers
None

Details

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Add is_in_timeline column

This revision is now accepted and ready to land.Jan 24 2026, 7:15 PM

Add origin server ts and index on it