about summary refs log tree commit diff
path: root/src/db.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09 fix(db): Order index threads in descending post timeVincent Ambo1-1/+3
2018-04-08 feat(db/models): Add handling of CreatePost messageVincent Ambo1-2/+23
2018-04-08 feat(db): Support CreateThread messageVincent Ambo1-0/+22
2018-04-08 refactor(db): Use ConverseError instead of unwrapping/expectingVincent Ambo1-10/+8
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo1-2/+6
2018-04-08 feat(db): Add initial GetThread messageVincent Ambo1-0/+22
2018-04-08 feat(db): Implement ListThreads messageVincent Ambo1-1/+23
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo1-0/+13