db = DuckDBClient.of({
batting:FileAttachment("Batting.csv"),
hall:FileAttachment("HallOfFame.csv"),
managers:FileAttachment("Managers.csv"),
people:FileAttachment("People.csv"),
teams:FileAttachment("Teams.csv"),
college:FileAttachment("CollegePlaying.csv")
})