Implemented get_db for MySQL, wrapped all routes in classes

This commit is contained in:
DarkCat09 2023-02-15 19:55:06 +04:00
parent c7da7e32b7
commit 2f55d03aab
7 changed files with 130 additions and 42 deletions

View file

@ -64,7 +64,7 @@ max-parents=7
max-public-methods=20
max-returns=6
max-statements=50
min-public-methods=2
min-public-methods=1
[STRING]
check-quote-consistency=no
@ -144,6 +144,7 @@ good-names=i,
j,
k,
f,
db,
ex,
Run,
_