forked from EllieBotDevs/elliebot
greet rework should be finished. Fixed postgres, removed mysql
This commit is contained in:
parent
2902921026
commit
52b15131b9
51 changed files with 39 additions and 88625 deletions
src/EllieBot/Db
|
@ -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:
|
||||
|
|
Reference in a new issue