tenebrous-dicebot/src/db
projectmoon 6b6e59da2e
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Initial SQLx implementation (variables). not yet wired up to bot.
- Adds migrations for the necessary tables.
 - Implements the user variables database functions.
 - Adds sqlx metadata for 'offline' use so we can build without a database.
2021-05-15 15:27:40 +00:00
..
sqlite Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +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 Reuse device ID generated by matrix SDK after first login. 2021-02-07 14:21:28 +00:00
migrations.rs Add db migration support, change variables schema. 2020-10-30 21:53:22 +00:00
rooms.rs Unit test for updating room info data. 2020-11-29 21:33:46 +00:00
schema.rs Keep seen events in database, don't process already-seen events. 2020-11-09 21:16:07 +00:00
state.rs Reuse device ID generated by matrix SDK after first login. 2021-02-07 14:21:28 +00:00
variables.rs Avoid key clone when deleting variables. Minor db code cleanup. 2021-02-07 21:16:58 +00:00