config.put("databases", "sdb");
config.put("sdb.url", url);
config.put("sdb.user", user);
config.put("sdb.password", password);
CTLib.mapper = new SQLMapper(config).setResourceClass(CTLib.class).connect("sdb");
CTLib.mapper.setResourceRoot("com.spreadbible.ctlib.sql.mariadb");
//this.mapper.setDebug(true);
this.usersService = new UserDBService();
this.checkInService = new CheckInService();