summaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Collapse)AuthorAge
* Wrap the database pool in an App struct.Owen Jacobson2024-09-12
This is a jumping-off point for adding logic that needs more than just the DB for state, such as chat message handling. The name sucks, but it's the best I've got.