greet rework should be finished. Fixed postgres, removed mysql

This commit is contained in:
Toastie 2024-09-14 00:30:31 +12:00
parent 2902921026
commit 52b15131b9
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
51 changed files with 39 additions and 88625 deletions
src/EllieBot/Db

View file

@ -44,8 +44,6 @@ public sealed class EllieDbService : DbService
case "postgres":
case "pgsql":
return new PostgreSqlContext(connString);
case "mysql":
return new MysqlContext(connString);
case "sqlite":
return new SqliteContext(connString);
default: