tenebrous-dicebot/src/db
projectmoon 224f8cd0f1 Functions for storing RoomInfo in db. Refactor bot joins room event.
Add get/insert functions for RoomInfo in the rooms db.

Move 'bot joins room' code to single method, so we can also record a
RoomInfo struct into the database.
2020-11-29 14:00:05 +00:00
..
variables Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
data_migrations.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
errors.rs Keep seen events in database, don't process already-seen events. 2020-11-09 21:16:07 +00:00
migrations.rs Add db migration support, change variables schema. 2020-10-30 21:53:22 +00:00
rooms.rs Functions for storing RoomInfo in db. Refactor bot joins room event. 2020-11-29 14:00:05 +00:00
schema.rs Keep seen events in database, don't process already-seen events. 2020-11-09 21:16:07 +00:00
variables.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00