DB: remove shared stuff, add singleton

Add Config class
This commit is contained in:
2024-01-28 22:36:38 -03:00
parent 297786133d
commit fbf487051e
5 changed files with 75 additions and 5 deletions

5
source/singletons.d Normal file
View File

@@ -0,0 +1,5 @@
module singletons;
import db.db;
DB Db;