mrmBot-Matrix/docs
samhza ed25116851
Assorted db changes (#333)
* postgres: use transaction-scoped sql for upgrade

* database: combine fixGuild and addGuild into getGuild

* postgres, sqlite: simplify upgrade()

* allow running commands in DMs without prefix

this functionality was broken in
16095c0256 but is now fixed

* allow running esmBot without a database

Before this change, the only way to run esmBot without a database is to use the
dummy database driver which is broken but fails silently. THis can lead to a
confusing user experience. For instance, using `&command disable` with the
dummy database driver will tell you that the command has been disabled even
though it has not been.

This change adds support for running esmBot with no database driver by leaving
the DB= config option empty, and explicitly telling the user that some
functionality is now unavailable rather than failing silently like the dummy
driver.

* remove dummy database driver
2022-12-12 11:15:10 -06:00
..
assets Change links to point to new site, reduce filesize of logo 2022-11-10 23:15:38 -06:00
CNAME Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00
config.md Assorted db changes (#333) 2022-12-12 11:15:10 -06:00
custom-commands.md Initial Oceanic port (still unfinished), update packages, remove serverinfo and userinfo 2022-09-23 22:25:16 -05:00
docker.md Mention Docker in setup docs 2022-09-28 19:55:47 -05:00
index.md Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00
postgresql.md simplify postgres and sqlite database initialization, remove psqlinit.sh (#331) 2022-11-26 15:31:00 -06:00
requirements.txt Add mkdocs action 2022-07-26 13:57:18 -05:00
setup.md Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00