Add WIP example of database usage in bot

This commit is contained in:
Tulir Asokan 2019-01-16 11:40:51 +02:00
parent 9d38c43576
commit 92c9072257
3 changed files with 50 additions and 0 deletions

View file

@ -4,3 +4,4 @@ All examples are published under the [MIT license](LICENSE).
* [Hello World](helloworld/) - Very basic event handling bot that responds "Hello, World!" to all messages.
* [Echo bot](https://github.com/maubot/echo) - Basic command handling bot with !echo and !ping commands
* [Config example](config/) - Simple example of using a config file
* [Database example](database/) - Simple example of using a database