Add simple database example

This commit is contained in:
Tulir Asokan 2022-03-27 20:03:21 +03:00
parent 59f51f8705
commit 0aef57b5d6
4 changed files with 75 additions and 2 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