Add preliminary code for database (this really needs to be cleaned)

This commit is contained in:
2024-11-22 19:20:44 -05:00
parent cd90d62b2c
commit ae2ec6f662
8 changed files with 241 additions and 98 deletions

View File

@ -5,12 +5,13 @@ A simple, lightweight Discord RSS bot
- libcurl
- [concord](https://github.com/Cogmasters/concord/)
- libmrss
- postgresql
- libpq
## TODO
- [ ] Add build instructions
- [x] Get all new feeds, not just the first one
- [ ] Set permissions for add and remove command
- [ ] Import feeds from disk on startup
- [ ] Remove all feeds if bot is removed from a guild
- [ ] Implement list command
- [ ] Implement remove command